| Index: chrome/browser/chromeos/drive/file_system.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h
|
| index 89101b8a903e646db3052f060fa3399e4e283705..246f68b0b37c133a1b2c0bde1d5e520301573f5f 100644
|
| --- a/chrome/browser/chromeos/drive/file_system.h
|
| +++ b/chrome/browser/chromeos/drive/file_system.h
|
| @@ -159,6 +159,7 @@ class FileSystem : public FileSystemInterface,
|
| const base::FilePath& directory_path) OVERRIDE;
|
| virtual void OnCacheFileUploadNeededByOperation(
|
| const std::string& local_id) OVERRIDE;
|
| + virtual void OnEntryRemovedByOperation(const std::string& local_id) OVERRIDE;
|
|
|
| // ChangeListLoader::Observer overrides.
|
| // Used to propagate events from ChangeListLoader.
|
|
|