diff options
Diffstat (limited to 'content/renderer/pepper/renderer_ppapi_host_impl.cc')
-rw-r--r-- | content/renderer/pepper/renderer_ppapi_host_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/pepper/renderer_ppapi_host_impl.cc b/content/renderer/pepper/renderer_ppapi_host_impl.cc index fdc2459..2e9bdb8b 100644 --- a/content/renderer/pepper/renderer_ppapi_host_impl.cc +++ b/content/renderer/pepper/renderer_ppapi_host_impl.cc @@ -33,7 +33,7 @@ CONTENT_EXPORT RendererPpapiHost* RendererPpapiHost::CreateExternalPluginModule( scoped_refptr<PluginModule> plugin_module, PluginInstance* plugin_instance, - const FilePath& file_path, + const base::FilePath& file_path, ppapi::PpapiPermissions permissions, const IPC::ChannelHandle& channel_handle, base::ProcessId plugin_pid, |