Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 82b9731ce9c19cc1ddc6555f7bede81150f9df2b..358a95d6573e09913788fc5f66f88a7d86a57c9a 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1040,7 +1040,7 @@ IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBBuffer_Create, |
IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFileChooser_Create, |
PP_Instance /* instance */, |
int /* mode */, |
- std::string /* accept_mime_types */, |
+ std::string /* accept_types */, |
ppapi::HostResource /* result */) |
IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBFileChooser_Show, |
ppapi::HostResource /* file_chooser */, |