Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index f1d0ead635061385eaea19e24fcc1e3cd0255879..942437bb445f06411f524ceff2c3be088100617e 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1908,7 +1908,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, |