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

Unified Diff: webkit/fileapi/file_writer_delegate.cc

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_writer_delegate.h ('k') | webkit/fileapi/isolated_mount_point_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_writer_delegate.cc
diff --git a/webkit/fileapi/file_writer_delegate.cc b/webkit/fileapi/file_writer_delegate.cc
index 1d7aab602299ec65f4803ab1dcc84395a52841e0..98dbaabecf839daa6626a88dadb436063a9ad832 100644
--- a/webkit/fileapi/file_writer_delegate.cc
+++ b/webkit/fileapi/file_writer_delegate.cc
@@ -38,7 +38,7 @@ base::PlatformFileError NetErrorToPlatformFileError(int error) {
} // namespace
FileWriterDelegate::FileWriterDelegate(
- const FileSystemOperationInterface::WriteCallback& write_callback,
+ const FileSystemOperation::WriteCallback& write_callback,
scoped_ptr<FileStreamWriter> file_stream_writer)
: write_callback_(write_callback),
file_stream_writer_(file_stream_writer.Pass()),
« no previous file with comments | « webkit/fileapi/file_writer_delegate.h ('k') | webkit/fileapi/isolated_mount_point_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698