Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index f3cd9d0fd4e3ad3dc09cbff0d72b5fd5f34f29c4..354eb9cfd575a350b25e25788a29c815f5274ce4 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1927,7 +1927,7 @@ IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFile_CreateDir, |
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFile_QueryFile, |
ppapi::PepperFilePath /* path */) |
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashFile_QueryFileReply, |
- base::PlatformFileInfo /* file_info */) |
+ base::File::Info /* file_info */) |
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFile_GetDirContents, |
ppapi::PepperFilePath /* path */) |
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashFile_GetDirContentsReply, |