Index: chrome/browser/local_discovery/storage/privet_filesystem_backend.h |
diff --git a/chrome/browser/local_discovery/storage/privet_filesystem_backend.h b/chrome/browser/local_discovery/storage/privet_filesystem_backend.h |
index e368a9f0911bb57e6820845cd3d1b20fdaf38cf3..bed35d71525961b48fb4f9de49a50f552a9cfd90 100644 |
--- a/chrome/browser/local_discovery/storage/privet_filesystem_backend.h |
+++ b/chrome/browser/local_discovery/storage/privet_filesystem_backend.h |
@@ -35,6 +35,8 @@ class PrivetFileSystemBackend : public storage::FileSystemBackend { |
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; |