Index: webkit/browser/fileapi/sandbox_file_system_backend.h |
diff --git a/webkit/browser/fileapi/sandbox_file_system_backend.h b/webkit/browser/fileapi/sandbox_file_system_backend.h |
index 98743d26ac311c17a25c566fe5f9431f3c37ff5f..7a60d4f817b3abd163a42b2f7caadf319ab3cea7 100644 |
--- a/webkit/browser/fileapi/sandbox_file_system_backend.h |
+++ b/webkit/browser/fileapi/sandbox_file_system_backend.h |
@@ -38,6 +38,7 @@ class STORAGE_EXPORT SandboxFileSystemBackend |
OpenFileSystemMode mode, |
const OpenFileSystemCallback& callback) OVERRIDE; |
virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE; |
+ virtual WatcherManager* GetWatcherManager(FileSystemType type) OVERRIDE; |
virtual CopyOrMoveFileValidatorFactory* GetCopyOrMoveFileValidatorFactory( |
FileSystemType type, |
base::File::Error* error_code) OVERRIDE; |