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

Unified Diff: webkit/fileapi/file_writer_delegate.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_url_request_job.cc ('k') | webkit/fileapi/file_writer_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_writer_delegate.h
diff --git a/webkit/fileapi/file_writer_delegate.h b/webkit/fileapi/file_writer_delegate.h
index b7cfa5518460bb921e70adee4c6e6907a8ff9f96..1b7bb167b4502fd74cfae5435b1746a21040a59f 100644
--- a/webkit/fileapi/file_writer_delegate.h
+++ b/webkit/fileapi/file_writer_delegate.h
@@ -14,7 +14,7 @@
#include "net/base/io_buffer.h"
#include "net/url_request/url_request.h"
#include "webkit/fileapi/fileapi_export.h"
-#include "webkit/fileapi/file_system_operation_interface.h"
+#include "webkit/fileapi/file_system_operation.h"
namespace fileapi {
@@ -26,7 +26,7 @@ class FILEAPI_EXPORT_PRIVATE FileWriterDelegate
: public net::URLRequest::Delegate {
public:
FileWriterDelegate(
- const FileSystemOperationInterface::WriteCallback& write_callback,
+ const FileSystemOperation::WriteCallback& write_callback,
scoped_ptr<FileStreamWriter> file_writer);
virtual ~FileWriterDelegate();
@@ -68,7 +68,7 @@ class FILEAPI_EXPORT_PRIVATE FileWriterDelegate
FileSystemQuotaUtil* quota_util() const;
- FileSystemOperationInterface::WriteCallback write_callback_;
+ FileSystemOperation::WriteCallback write_callback_;
scoped_ptr<FileStreamWriter> file_stream_writer_;
base::Time last_progress_event_time_;
int bytes_written_backlog_;
« no previous file with comments | « webkit/fileapi/file_system_url_request_job.cc ('k') | webkit/fileapi/file_writer_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698