| 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 1655e5c816f9da9c30bcef11aa6162f1deb4bb7c..06fa77bc8e7e8d954dbcbbb1ab0332866bb34f9e 100644
|
| --- a/chrome/browser/chromeos/drive/file_system.h
|
| +++ b/chrome/browser/chromeos/drive/file_system.h
|
| @@ -164,15 +164,16 @@ class FileSystem : public FileSystemInterface,
|
|
|
| // file_system::OperationObserver overrides.
|
| virtual void OnDirectoryChangedByOperation(
|
| - const base::FilePath& directory_path) OVERRIDE;
|
| + const FileChange& changed_files) OVERRIDE;
|
| virtual void OnEntryUpdatedByOperation(const std::string& local_id) OVERRIDE;
|
| virtual void OnDriveSyncError(file_system::DriveSyncErrorType type,
|
| const std::string& local_id) OVERRIDE;
|
|
|
| // ChangeListLoader::Observer overrides.
|
| // Used to propagate events from ChangeListLoader.
|
| - virtual void OnDirectoryChanged(
|
| + virtual void OnDirectoryReloaded(
|
| const base::FilePath& directory_path) OVERRIDE;
|
| + virtual void OnDirectoryChanged(const FileChange& changed_files) OVERRIDE;
|
| virtual void OnLoadFromServerComplete() OVERRIDE;
|
| virtual void OnInitialLoadComplete() OVERRIDE;
|
|
|
|
|