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

Unified Diff: webkit/fileapi/file_system_mount_point_provider.h

Issue 10870040: Rename FileSystemOperationInterface to FileSystemOperation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing Created 8 years, 4 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/file_system_file_util_proxy.h ('k') | webkit/fileapi/file_system_operation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_mount_point_provider.h
diff --git a/webkit/fileapi/file_system_mount_point_provider.h b/webkit/fileapi/file_system_mount_point_provider.h
index ffbe60d09244b84416c2d418ecfc5f9184b4760e..36b3384c040ce50b8981714cd008c1dffc10df8e 100644
--- a/webkit/fileapi/file_system_mount_point_provider.h
+++ b/webkit/fileapi/file_system_mount_point_provider.h
@@ -24,7 +24,7 @@ class FileSystemURL;
class FileStreamWriter;
class FileSystemContext;
class FileSystemFileUtil;
-class FileSystemOperationInterface;
+class FileSystemOperation;
class FileSystemQuotaUtil;
class RemoteFileSystemProxyInterface;
@@ -82,7 +82,7 @@ class FILEAPI_EXPORT FileSystemMountPointProvider {
// and |virtual_path|.
// This method is usually dispatched by
// FileSystemContext::CreateFileSystemOperation.
- virtual FileSystemOperationInterface* CreateFileSystemOperation(
+ virtual FileSystemOperation* CreateFileSystemOperation(
const FileSystemURL& url,
FileSystemContext* context) const = 0;
« no previous file with comments | « webkit/fileapi/file_system_file_util_proxy.h ('k') | webkit/fileapi/file_system_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698