| Index: trunk/src/ppapi/proxy/file_chooser_resource.h
|
| ===================================================================
|
| --- trunk/src/ppapi/proxy/file_chooser_resource.h (revision 217031)
|
| +++ trunk/src/ppapi/proxy/file_chooser_resource.h (working copy)
|
| @@ -17,7 +17,7 @@
|
|
|
| namespace ppapi {
|
|
|
| -struct FileRefCreateInfo;
|
| +struct PPB_FileRef_CreateInfo;
|
|
|
| namespace proxy {
|
|
|
| @@ -56,7 +56,7 @@
|
| private:
|
| void OnPluginMsgShowReply(
|
| const ResourceMessageReplyParams& params,
|
| - const std::vector<FileRefCreateInfo>& chosen_files);
|
| + const std::vector<PPB_FileRef_CreateInfo>& chosen_files);
|
|
|
| int32_t ShowInternal(PP_Bool save_as,
|
| const PP_Var& suggested_file_name,
|
|
|