Index: ppapi/proxy/ppb_file_chooser_proxy.h |
diff --git a/ppapi/proxy/ppb_file_chooser_proxy.h b/ppapi/proxy/ppb_file_chooser_proxy.h |
index 322edc2a5683cd7641f0fdbbdebd848cff24a46e..4f3bc84843a4cb4820cd07aa9ea01d998a9faee3 100644 |
--- a/ppapi/proxy/ppb_file_chooser_proxy.h |
+++ b/ppapi/proxy/ppb_file_chooser_proxy.h |
@@ -20,10 +20,10 @@ struct PPB_FileChooser_Dev; |
namespace ppapi { |
class HostResource; |
+struct PPB_FileRef_CreateInfo; |
namespace proxy { |
-struct PPBFileRef_CreateInfo; |
class SerializedVarReceiveInput; |
class PPB_FileChooser_Proxy : public InterfaceProxy { |
@@ -58,7 +58,7 @@ class PPB_FileChooser_Proxy : public InterfaceProxy { |
void OnMsgChooseComplete( |
const ppapi::HostResource& chooser, |
int32_t result_code, |
- const std::vector<PPBFileRef_CreateInfo>& chosen_files); |
+ const std::vector<PPB_FileRef_CreateInfo>& chosen_files); |
// Called when the show is complete in the host. This will notify the plugin |
// via IPC and OnMsgChooseComplete will be called there. |