| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 051655a430dfc1cbee130f4c9aa183c6bb79ab26..ea377381a62e4bbdb3701556cabb1d62c856f45f 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 */)
|
|
|