| Index: chrome/browser/gtk/content_setting_bubble_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/content_setting_bubble_gtk.cc (revision 69765)
|
| +++ chrome/browser/gtk/content_setting_bubble_gtk.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
| #include "gfx/gtk_util.h"
|
| #include "grit/app_resources.h"
|
| #include "grit/generated_resources.h"
|
| -#include "webkit/plugins/npapi/plugin_list.h"
|
| +#include "webkit/glue/plugins/plugin_list.h"
|
|
|
| namespace {
|
|
|
| @@ -109,7 +109,7 @@
|
| for (std::set<std::string>::const_iterator it = plugins.begin();
|
| it != plugins.end(); ++it) {
|
| std::string name = UTF16ToUTF8(
|
| - webkit::npapi::PluginList::Singleton()->GetPluginGroupName(*it));
|
| + NPAPI::PluginList::Singleton()->GetPluginGroupName(*it));
|
| if (name.empty())
|
| name = *it;
|
|
|
|
|
| Property changes on: chrome/browser/gtk/content_setting_bubble_gtk.cc
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|