| Index: webkit/plugins/ppapi/resource_creation_impl.h
|
| diff --git a/webkit/plugins/ppapi/resource_creation_impl.h b/webkit/plugins/ppapi/resource_creation_impl.h
|
| index ca8bb54cda10c38e80da9475e01af3f43ab3a301..84f9b2e459ca2b5aca2ed0411791c006fd4a34b1 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.h
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.h
|
| @@ -44,7 +44,7 @@ class ResourceCreationImpl : public ::ppapi::thunk::ResourceCreationAPI {
|
| virtual PP_Resource CreateFileChooser(
|
| PP_Instance instance,
|
| PP_FileChooserMode_Dev mode,
|
| - const char* accept_mime_types) OVERRIDE;
|
| + const char* accept_types) OVERRIDE;
|
| virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateFileRef(PP_Resource file_system,
|
| const char* path) OVERRIDE;
|
|
|