Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 68f202dc169af59453153a38f7e0040fb28227c5..20c8e75ae8bdfeaf28b5868f63b28efe85e281f9 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1936,7 +1936,7 @@ IPC_MESSAGE_CONTROL3(PpapiHostMsg_FlashClipboard_WriteData, |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashFile_Create) |
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashFile_OpenFile, |
ppapi::PepperFilePath /* path */, |
- int /* flags */) |
+ int /* pp_open_flags */) |
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashFile_RenameFile, |
ppapi::PepperFilePath /* from_path */, |
ppapi::PepperFilePath /* to_path */) |