Chromium Code Reviews| Index: ppapi/proxy/ppapi_messages.h |
| =================================================================== |
| --- ppapi/proxy/ppapi_messages.h (revision 91228) |
| +++ ppapi/proxy/ppapi_messages.h (working copy) |
| @@ -18,7 +18,7 @@ |
| #include "ipc/ipc_message_macros.h" |
| #include "ipc/ipc_message_utils.h" |
| #include "ipc/ipc_platform_file.h" |
| -#include "ppapi/c/dev/pp_file_info_dev.h" |
| +#include "ppapi/c/pp_file_info.h" |
|
nfullagar
2011/07/02 00:16:45
pp_bool... comes before pp_file...
sanga
2011/07/06 16:18:59
Done.
|
| #include "ppapi/c/pp_bool.h" |
| #include "ppapi/c/pp_instance.h" |
| #include "ppapi/c/pp_module.h" |
| @@ -474,7 +474,7 @@ |
| int32_t /* result */) |
| IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBFlashFile_FileRef_QueryFile, |
| pp::proxy::HostResource /* file_ref */, |
| - PP_FileInfo_Dev /* info */, |
| + PP_FileInfo /* info */, |
| int32_t /* result */) |
| // PPB_Flash_File_ModuleLocal. |
| @@ -502,7 +502,7 @@ |
| IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBFlashFile_ModuleLocal_QueryFile, |
| PP_Instance /* instance */, |
| std::string /* path */, |
| - PP_FileInfo_Dev /* info */, |
| + PP_FileInfo /* info */, |
| int32_t /* result */) |
| IPC_SYNC_MESSAGE_ROUTED2_2( |
| PpapiHostMsg_PPBFlashFile_ModuleLocal_GetDirContents, |