| 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 6b3c1c1054a8c4dfb9740554a9889ad0e47458aa..cdb70b0be68dec4f9ca95b87c2de8eee38779330 100644
|
| --- a/ppapi/cpp/trusted/file_chooser_trusted.h
|
| +++ b/ppapi/cpp/trusted/file_chooser_trusted.h
|
| @@ -18,7 +18,7 @@ class FileChooser_Trusted : public FileChooser_Dev {
|
|
|
| FileChooser_Trusted(const InstanceHandle& instance,
|
| PP_FileChooserMode_Dev mode,
|
| - const Var& accept_mime_types,
|
| + const Var& accept_types,
|
| bool save_as,
|
| const std::string& suggested_file_name);
|
|
|
|
|