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

Unified Diff: chrome/common/render_messages_internal.h

Issue 3347005: Moving file_util::FileInfo to base::PlatformFileInfo, and adding the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 58317)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -1032,7 +1032,7 @@
int /* request_id */)
IPC_MESSAGE_CONTROL2(ViewMsg_FileSystem_DidReadMetadata,
int /* request_id */,
- file_util::FileInfo)
+ base::PlatformFileInfo)
IPC_MESSAGE_CONTROL1(ViewMsg_FileSystem_DidReadDirectory,
ViewMsg_FileSystem_DidReadDirectory_Params)
IPC_MESSAGE_CONTROL2(ViewMsg_FileSystem_DidFail,

Powered by Google App Engine
This is Rietveld 408576698