Index: webkit/tools/test_shell/simple_file_system.h |
diff --git a/webkit/tools/test_shell/simple_file_system.h b/webkit/tools/test_shell/simple_file_system.h |
index 90693ff0933dbf4d8bea4a6e1366961346b2e01e..069fc5b745ff3e63c6a47ca0361edd8b96f13eff 100644 |
--- a/webkit/tools/test_shell/simple_file_system.h |
+++ b/webkit/tools/test_shell/simple_file_system.h |
@@ -21,7 +21,7 @@ class WebURL; |
namespace fileapi { |
class FileSystemContext; |
-class FileSystemOperation; |
+class FileSystemOperationInterface; |
} |
class SimpleFileSystem |
@@ -81,8 +81,8 @@ class SimpleFileSystem |
private: |
// Helpers. |
- fileapi::FileSystemOperation* GetNewOperation( |
- WebKit::WebFileSystemCallbacks* callbacks); |
+ fileapi::FileSystemOperationInterface* GetNewOperation( |
+ const WebKit::WebURL& path, WebKit::WebFileSystemCallbacks* callbacks); |
// A temporary directory for FileSystem API. |
ScopedTempDir file_system_dir_; |