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

Unified Diff: content/common/file_utilities_messages.h

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_impl.cc ('k') | content/common/fileapi/file_system_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/file_utilities_messages.h
diff --git a/content/common/file_utilities_messages.h b/content/common/file_utilities_messages.h
index 5d734703e08f3279bb682734e5c9a050102a8a00..09e37b0a1ccf5c7f6c310f152734a78c6c0ececd 100644
--- a/content/common/file_utilities_messages.h
+++ b/content/common/file_utilities_messages.h
@@ -15,5 +15,5 @@
IPC_SYNC_MESSAGE_CONTROL1_2(FileUtilitiesMsg_GetFileInfo,
base::FilePath /* path */,
- base::PlatformFileInfo /* result */,
- base::PlatformFileError /* status */)
+ base::File::Info /* result */,
+ base::File::Error /* status */)
« no previous file with comments | « content/child/fileapi/webfilewriter_impl.cc ('k') | content/common/fileapi/file_system_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698