Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 65d7ee2b5cdf6653c422bcf542e4dded14a26e11..fbccd542b8534cc71006fafb2153cd5c3e11a072 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1256,7 +1256,7 @@ IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileRef_CreateInternal, |
// Requests that the browser create a directory at the location indicated by |
// the FileRef. |
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileRef_MakeDirectory, |
- bool /* make_ancestors */) |
+ int32_t /* make_directory_flags */) |
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileRef_MakeDirectoryReply) |
// Requests that the browser update the last accessed and last modified times |