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

Unified Diff: content/child/fileapi/webfilewriter_impl.cc

Issue 145303002: Convert Media Galleries to use base::File (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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 | « content/child/fileapi/webfilewriter_base_unittest.cc ('k') | content/common/file_utilities_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/fileapi/webfilewriter_impl.cc
diff --git a/content/child/fileapi/webfilewriter_impl.cc b/content/child/fileapi/webfilewriter_impl.cc
index 7077e9a220bb23ac71a2f000b2799b0ae4dbb889..d93289fff1868795095e680b30e86de3e6542caf 100644
--- a/content/child/fileapi/webfilewriter_impl.cc
+++ b/content/child/fileapi/webfilewriter_impl.cc
@@ -93,7 +93,7 @@ class WebFileWriterImpl::WriterBridge
PostTaskToWorker(base::Bind(write_callback_, written_bytes_, complete));
}
- void DidFinish(base::PlatformFileError status) {
+ void DidFinish(base::File::Error status) {
PostTaskToWorker(base::Bind(status_callback_, status));
}
« no previous file with comments | « content/child/fileapi/webfilewriter_base_unittest.cc ('k') | content/common/file_utilities_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698