| Index: ppapi/proxy/ppb_file_chooser_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_file_chooser_proxy.h (revision 109476)
|
| +++ ppapi/proxy/ppb_file_chooser_proxy.h (working copy)
|
| @@ -25,11 +25,9 @@
|
|
|
| namespace proxy {
|
|
|
| -class SerializedVarReceiveInput;
|
| -
|
| class PPB_FileChooser_Proxy : public InterfaceProxy {
|
| public:
|
| - PPB_FileChooser_Proxy(Dispatcher* dispatcher);
|
| + explicit PPB_FileChooser_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPB_FileChooser_Proxy();
|
|
|
| static const Info* GetTrustedInfo();
|
|
|