Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: webkit/tools/test_shell/simple_file_system.h

Issue 8999017: Add CreateFileSystemOperation() method to FileSystemContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang build fix Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/fileapi/sandbox_mount_point_provider.cc ('k') | webkit/tools/test_shell/simple_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « webkit/fileapi/sandbox_mount_point_provider.cc ('k') | webkit/tools/test_shell/simple_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698