summaryrefslogtreecommitdiff
path: root/chromium/ppapi/proxy/file_chooser_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ppapi/proxy/file_chooser_resource.h')
-rw-r--r--chromium/ppapi/proxy/file_chooser_resource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ppapi/proxy/file_chooser_resource.h b/chromium/ppapi/proxy/file_chooser_resource.h
index 58331db7f4f..b744e917fce 100644
--- a/chromium/ppapi/proxy/file_chooser_resource.h
+++ b/chromium/ppapi/proxy/file_chooser_resource.h
@@ -17,7 +17,7 @@
namespace ppapi {
-struct PPB_FileRef_CreateInfo;
+struct FileRefCreateInfo;
namespace proxy {
@@ -56,7 +56,7 @@ class PPAPI_PROXY_EXPORT FileChooserResource
private:
void OnPluginMsgShowReply(
const ResourceMessageReplyParams& params,
- const std::vector<PPB_FileRef_CreateInfo>& chosen_files);
+ const std::vector<FileRefCreateInfo>& chosen_files);
int32_t ShowInternal(PP_Bool save_as,
const PP_Var& suggested_file_name,