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 8711f0b0d858dc6fd57506e8ef7aabf73e14e246..5ac590f6bc4a9316a0358bd9de870d757346a0ab 100644 |
--- a/webkit/browser/fileapi/sandbox_file_system_backend.h |
+++ b/webkit/browser/fileapi/sandbox_file_system_backend.h |
@@ -73,11 +73,12 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackend |
// FileSystemBackend overrides. |
virtual bool CanHandleType(FileSystemType type) const OVERRIDE; |
- virtual void OpenFileSystem( |
+ virtual void InitializeFileSystem( |
const GURL& origin_url, |
FileSystemType type, |
OpenFileSystemMode mode, |
- const OpenFileSystemCallback& callback) OVERRIDE; |
+ FileSystemContext* context, |
+ const InitializeFileSystemCallback& callback) OVERRIDE; |
virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) OVERRIDE; |
virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE; |
virtual CopyOrMoveFileValidatorFactory* GetCopyOrMoveFileValidatorFactory( |