| Index: content/child/npapi/plugin_lib.cc
|
| ===================================================================
|
| --- content/child/npapi/plugin_lib.cc (revision 212806)
|
| +++ content/child/npapi/plugin_lib.cc (working copy)
|
| @@ -33,7 +33,7 @@
|
| return (*g_loaded_libs)[i].get();
|
| }
|
|
|
| - webkit::WebPluginInfo info;
|
| + WebPluginInfo info;
|
| if (!PluginList::Singleton()->ReadPluginInfo(filename, &info))
|
| return NULL;
|
|
|
| @@ -63,7 +63,7 @@
|
| }
|
| }
|
|
|
| -PluginLib::PluginLib(const webkit::WebPluginInfo& info)
|
| +PluginLib::PluginLib(const WebPluginInfo& info)
|
| : web_plugin_info_(info),
|
| library_(NULL),
|
| initialized_(false),
|
|
|