| Index: chrome/browser/chromeos/drive/fake_file_system.h
|
| diff --git a/chrome/browser/chromeos/drive/fake_file_system.h b/chrome/browser/chromeos/drive/fake_file_system.h
|
| index 84e4d08cb7b92c4d4211a6db4621c708a230079c..8e665601659a72a3d4f3e4182a07d6a988149a23 100644
|
| --- a/chrome/browser/chromeos/drive/fake_file_system.h
|
| +++ b/chrome/browser/chromeos/drive/fake_file_system.h
|
| @@ -123,7 +123,7 @@ class FakeFileSystem : public FileSystemInterface {
|
| virtual void GetCacheEntry(
|
| const base::FilePath& drive_file_path,
|
| const GetCacheEntryCallback& callback) OVERRIDE;
|
| - virtual void Reload(const FileOperationCallback& callback) OVERRIDE;
|
| + virtual void Reset(const FileOperationCallback& callback) OVERRIDE;
|
|
|
| private:
|
| // Helper of GetResourceEntryById.
|
|
|