| Index: ppapi/cpp/trusted/file_chooser_trusted.cc
|
| diff --git a/ppapi/cpp/trusted/file_chooser_trusted.cc b/ppapi/cpp/trusted/file_chooser_trusted.cc
|
| index aa05798630f7ac4283a29cf77c5a5e2aeaf96467..a5f68791737cc2c53d1758f19bd068c28b8890c8 100644
|
| --- a/ppapi/cpp/trusted/file_chooser_trusted.cc
|
| +++ b/ppapi/cpp/trusted/file_chooser_trusted.cc
|
| @@ -24,7 +24,7 @@ template <> const char* interface_name<PPB_FileChooserTrusted>() {
|
| FileChooser_Trusted::FileChooser_Trusted() : save_as_(false) {
|
| }
|
|
|
| -FileChooser_Trusted::FileChooser_Trusted(const Instance* instance,
|
| +FileChooser_Trusted::FileChooser_Trusted(const InstanceHandle& instance,
|
| PP_FileChooserMode_Dev mode,
|
| const Var& accept_mime_types,
|
| bool save_as,
|
|
|