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

Unified Diff: webkit/chromeos/fileapi/remote_file_system_operation.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
Index: webkit/chromeos/fileapi/remote_file_system_operation.h
diff --git a/webkit/chromeos/fileapi/remote_file_system_operation.h b/webkit/chromeos/fileapi/remote_file_system_operation.h
index 2ba3611057ba0962ee87dfe4be5ce01516219c33..b912755b65bc5ff0b0e7b0dd3a51144c9cbb9066 100644
--- a/webkit/chromeos/fileapi/remote_file_system_operation.h
+++ b/webkit/chromeos/fileapi/remote_file_system_operation.h
@@ -6,7 +6,7 @@
#define WEBKIT_CHROMEOS_FILEAPI_REMOTE_FILE_SYSTEM_OPERATION_H_
#include "webkit/chromeos/fileapi/remote_file_system_proxy.h"
-#include "webkit/fileapi/file_system_operation_interface.h"
+#include "webkit/fileapi/file_system_operation.h"
namespace base {
class Value;
@@ -20,11 +20,11 @@ class LocalFileSystemOperation;
namespace chromeos {
// FileSystemOperation implementation for local file systems.
-class RemoteFileSystemOperation : public fileapi::FileSystemOperationInterface {
+class RemoteFileSystemOperation : public fileapi::FileSystemOperation {
public:
virtual ~RemoteFileSystemOperation();
- // FileSystemOperationInterface overrides.
+ // FileSystemOperation overrides.
virtual void CreateFile(const fileapi::FileSystemURL& url,
bool exclusive,
const StatusCallback& callback) OVERRIDE;
« no previous file with comments | « webkit/chromeos/fileapi/remote_file_stream_writer.cc ('k') | webkit/chromeos/fileapi/remote_file_system_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698