| Index: webkit/plugins/npapi/plugin_lib_win.cc
|
| diff --git a/webkit/plugins/npapi/plugin_lib_win.cc b/webkit/plugins/npapi/plugin_lib_win.cc
|
| index 224e1c31ce32214a652c6e1bb2a4d425f412df28..8a0f6cc16f4fbadd83f10d167b5c9bf499206672 100644
|
| --- a/webkit/plugins/npapi/plugin_lib_win.cc
|
| +++ b/webkit/plugins/npapi/plugin_lib_win.cc
|
| @@ -15,7 +15,7 @@
|
| namespace webkit {
|
| namespace npapi {
|
|
|
| -bool PluginLib::ReadWebPluginInfo(const FilePath &filename,
|
| +bool PluginLib::ReadWebPluginInfo(const base::FilePath &filename,
|
| WebPluginInfo* info) {
|
| // On windows, the way we get the mime types for the library is
|
| // to check the version information in the DLL itself. This
|
|
|