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 e143d0e971306e78a9eb99d3b71f3c994fbfa565..9363646664f192f026bd743e50305a2fbfbb67c5 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 fileapi::FileSystemBackend { |
virtual fileapi::AsyncFileUtil* GetAsyncFileUtil( |
fileapi::FileSystemType type) OVERRIDE; |
+ virtual fileapi::WatcherManager* GetWatcherManager( |
+ fileapi::FileSystemType type) OVERRIDE; |
virtual fileapi::CopyOrMoveFileValidatorFactory* |
GetCopyOrMoveFileValidatorFactory( |
fileapi::FileSystemType type, |