| Index: webkit/plugins/npapi/plugin_lib_mac.mm
|
| diff --git a/webkit/plugins/npapi/plugin_lib_mac.mm b/webkit/plugins/npapi/plugin_lib_mac.mm
|
| index d2831008040d365818245f75b8c6f0be2faf4226..32e40df91ad35311691eeff3fb74b86e6281bfc0 100644
|
| --- a/webkit/plugins/npapi/plugin_lib_mac.mm
|
| +++ b/webkit/plugins/npapi/plugin_lib_mac.mm
|
| @@ -76,7 +76,7 @@ NSDictionary* GetMIMETypes(CFBundleRef bundle) {
|
| }
|
| }
|
|
|
| -bool ReadPlistPluginInfo(const FilePath& filename, CFBundleRef bundle,
|
| +bool ReadPlistPluginInfo(const base::FilePath& filename, CFBundleRef bundle,
|
| WebPluginInfo* info) {
|
| NSDictionary* mime_types = GetMIMETypes(bundle);
|
| if (!mime_types)
|
| @@ -137,7 +137,7 @@ bool ReadPlistPluginInfo(const FilePath& filename, CFBundleRef bundle,
|
|
|
| } // anonymous namespace
|
|
|
| -bool PluginLib::ReadWebPluginInfo(const FilePath &filename,
|
| +bool PluginLib::ReadWebPluginInfo(const base::FilePath &filename,
|
| WebPluginInfo* info) {
|
| // There are three ways to get information about plugin capabilities:
|
| // 1) a set of Info.plist keys, documented at
|
|
|