| Index: webkit/plugins/npapi/webplugin_delegate_impl.cc
|
| diff --git a/webkit/plugins/npapi/webplugin_delegate_impl.cc b/webkit/plugins/npapi/webplugin_delegate_impl.cc
|
| index e3f5785e335d0dee32840bc5a0d663693459f7f9..3ff611632fd1e6e858bb21d759c175ba3f1de840 100644
|
| --- a/webkit/plugins/npapi/webplugin_delegate_impl.cc
|
| +++ b/webkit/plugins/npapi/webplugin_delegate_impl.cc
|
| @@ -24,7 +24,7 @@ namespace webkit {
|
| namespace npapi {
|
|
|
| WebPluginDelegateImpl* WebPluginDelegateImpl::Create(
|
| - const FilePath& filename,
|
| + const base::FilePath& filename,
|
| const std::string& mime_type) {
|
| scoped_refptr<PluginLib> plugin_lib(PluginLib::CreatePluginLib(filename));
|
| if (plugin_lib.get() == NULL)
|
| @@ -239,7 +239,7 @@ void WebPluginDelegateImpl::DidManualLoadFail() {
|
| instance()->DidManualLoadFail();
|
| }
|
|
|
| -FilePath WebPluginDelegateImpl::GetPluginPath() {
|
| +base::FilePath WebPluginDelegateImpl::GetPluginPath() {
|
| return instance()->plugin_lib()->plugin_info().path;
|
| }
|
|
|
|
|