| Index: chrome/browser/sync_file_system/local/sync_file_system_backend.h
|
| diff --git a/chrome/browser/sync_file_system/local/sync_file_system_backend.h b/chrome/browser/sync_file_system/local/sync_file_system_backend.h
|
| index 473ea7e04c9923c7977686c1ad8d3e185f2ea7b6..877928a56e75b9071e70a9306d675939b65336f9 100644
|
| --- a/chrome/browser/sync_file_system/local/sync_file_system_backend.h
|
| +++ b/chrome/browser/sync_file_system/local/sync_file_system_backend.h
|
| @@ -34,6 +34,8 @@ class SyncFileSystemBackend : public storage::FileSystemBackend {
|
| const OpenFileSystemCallback& callback) OVERRIDE;
|
| virtual storage::AsyncFileUtil* GetAsyncFileUtil(
|
| storage::FileSystemType type) OVERRIDE;
|
| + virtual storage::WatcherManager* GetWatcherManager(
|
| + storage::FileSystemType type) OVERRIDE;
|
| virtual storage::CopyOrMoveFileValidatorFactory*
|
| GetCopyOrMoveFileValidatorFactory(storage::FileSystemType type,
|
| base::File::Error* error_code) OVERRIDE;
|
|
|