| Index: webkit/browser/fileapi/plugin_private_file_system_backend.h
|
| diff --git a/webkit/browser/fileapi/plugin_private_file_system_backend.h b/webkit/browser/fileapi/plugin_private_file_system_backend.h
|
| index 35612b16747b9213bcfc1cad61d42d861ac9558a..7e3917968e071f603a2f5d83bf030e4957c53f43 100644
|
| --- a/webkit/browser/fileapi/plugin_private_file_system_backend.h
|
| +++ b/webkit/browser/fileapi/plugin_private_file_system_backend.h
|
| @@ -29,6 +29,7 @@ class SpecialStoragePolicy;
|
| namespace fileapi {
|
|
|
| class ObfuscatedFileUtil;
|
| +class WatcherManager;
|
|
|
| class WEBKIT_STORAGE_BROWSER_EXPORT PluginPrivateFileSystemBackend
|
| : public FileSystemBackend,
|
| @@ -65,6 +66,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT PluginPrivateFileSystemBackend
|
| 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;
|
|
|