Index: ppapi/cpp/trusted/file_chooser_trusted.h |
diff --git a/ppapi/cpp/trusted/file_chooser_trusted.h b/ppapi/cpp/trusted/file_chooser_trusted.h |
index d6a2491829f2bd447088b762b37b102d0f5a1295..d730dbf796e827e75d6121045145e9f65ebacc65 100644 |
--- a/ppapi/cpp/trusted/file_chooser_trusted.h |
+++ b/ppapi/cpp/trusted/file_chooser_trusted.h |
@@ -16,7 +16,7 @@ class FileChooser_Trusted : public FileChooser_Dev { |
/// Creates an is_null() FileChooser_Trusted object. |
FileChooser_Trusted(); |
- FileChooser_Trusted(const Instance* instance, |
+ FileChooser_Trusted(const InstanceHandle& instance, |
PP_FileChooserMode_Dev mode, |
const Var& accept_mime_types, |
bool save_as, |