| Index: webkit/plugins/npapi/plugin_lib.cc
|
| ===================================================================
|
| --- webkit/plugins/npapi/plugin_lib.cc (revision 96613)
|
| +++ webkit/plugins/npapi/plugin_lib.cc (working copy)
|
| @@ -34,7 +34,7 @@
|
| return (*g_loaded_libs)[i];
|
| }
|
|
|
| - WebPluginInfo info;
|
| + webkit::WebPluginInfo info;
|
| const PluginEntryPoints* entry_points = NULL;
|
| if (!PluginList::Singleton()->ReadPluginInfo(filename, &info, &entry_points))
|
| return NULL;
|
| @@ -65,7 +65,7 @@
|
| }
|
| }
|
|
|
| -PluginLib::PluginLib(const WebPluginInfo& info,
|
| +PluginLib::PluginLib(const webkit::WebPluginInfo& info,
|
| const PluginEntryPoints* entry_points)
|
| : web_plugin_info_(info),
|
| library_(NULL),
|
|
|