diff options
Diffstat (limited to 'chrome/browser/chromeos/fileapi/file_system_backend.h')
| -rw-r--r-- | chrome/browser/chromeos/fileapi/file_system_backend.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/fileapi/file_system_backend.h b/chrome/browser/chromeos/fileapi/file_system_backend.h index a8109bf..8b5d50a 100644 --- a/chrome/browser/chromeos/fileapi/file_system_backend.h +++ b/chrome/browser/chromeos/fileapi/file_system_backend.h @@ -19,6 +19,7 @@ namespace storage { class CopyOrMoveFileValidatorFactory; class ExternalMountPoints; class FileSystemURL; +class WatcherManager; } // namespace storage namespace chromeos { @@ -93,6 +94,8 @@ class FileSystemBackend : public storage::ExternalFileSystemBackend { 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; |
