Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 536d702dcbe54a8265fb72a9027a42a6593f9d28..3e06e6cb187893a7185bf5eb22981484dd02084f 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1030,7 +1030,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 */, |