Index: webkit/browser/fileapi/test_file_system_backend.h |
diff --git a/webkit/browser/fileapi/test_file_system_backend.h b/webkit/browser/fileapi/test_file_system_backend.h |
index 21b4e433f45279055b4b9d77ed50dc5ca7e61f1b..d35401a62f3a306ec9b6544ae7dc83348eb902a3 100644 |
--- a/webkit/browser/fileapi/test_file_system_backend.h |
+++ b/webkit/browser/fileapi/test_file_system_backend.h |
@@ -41,8 +41,12 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE TestFileSystemBackend |
OpenFileSystemMode mode, |
FileSystemContext* context, |
const InitializeFileSystemCallback& callback) OVERRIDE; |
- virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) OVERRIDE; |
- virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE; |
+ virtual FileSystemFileUtil* GetFileUtil( |
+ FileSystemType type, |
+ const FileSystemContext* context) OVERRIDE; |
+ virtual AsyncFileUtil* GetAsyncFileUtil( |
+ FileSystemType type, |
+ const FileSystemContext* context) OVERRIDE; |
virtual CopyOrMoveFileValidatorFactory* GetCopyOrMoveFileValidatorFactory( |
FileSystemType type, |
base::PlatformFileError* error_code) OVERRIDE; |