| 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 d730dbf796e827e75d6121045145e9f65ebacc65..6b3c1c1054a8c4dfb9740554a9889ad0e47458aa 100644
|
| --- a/ppapi/cpp/trusted/file_chooser_trusted.h
|
| +++ b/ppapi/cpp/trusted/file_chooser_trusted.h
|
| @@ -28,7 +28,8 @@ class FileChooser_Trusted : public FileChooser_Dev {
|
|
|
| // Overrides of method in superclass. This shows without requiring a user
|
| // gesture (and can also show save dialogs).
|
| - virtual int32_t Show(const CompletionCallback& cc);
|
| + virtual int32_t Show(
|
| + const CompletionCallbackWithOutput< std::vector<FileRef> >& callback);
|
|
|
| private:
|
| bool save_as_;
|
|
|