| 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 5ac590f6bc4a9316a0358bd9de870d757346a0ab..589d7789ced15f2319f8108ffa7045200583dccc 100644
|
| --- a/webkit/browser/fileapi/sandbox_file_system_backend.h
|
| +++ b/webkit/browser/fileapi/sandbox_file_system_backend.h
|
| @@ -73,6 +73,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackend
|
|
|
| // FileSystemBackend overrides.
|
| virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
| + virtual void Initialize(const FileSystemContext* context) OVERRIDE;
|
| virtual void InitializeFileSystem(
|
| const GURL& origin_url,
|
| FileSystemType type,
|
|
|