| Index: webrtc/base/fileutils_mock.h
|
| diff --git a/webrtc/base/fileutils_mock.h b/webrtc/base/fileutils_mock.h
|
| index e9d20a75f4aa62605a9895c6b26733a8a2337b91..428d444e1242a7d56d2d6e5d17583a181acd383f 100644
|
| --- a/webrtc/base/fileutils_mock.h
|
| +++ b/webrtc/base/fileutils_mock.h
|
| @@ -237,7 +237,7 @@ class FakeFileSystem : public FilesystemInterface {
|
| EXPECT_TRUE(false) << "Unsupported operation";
|
| return false;
|
| }
|
| - bool GetDiskFreeSpace(const Pathname &path, int64 *freebytes) {
|
| + bool GetDiskFreeSpace(const Pathname& path, int64_t* freebytes) {
|
| EXPECT_TRUE(false) << "Unsupported operation";
|
| return false;
|
| }
|
|
|