| Index: chrome/browser/plugin_prefs.cc
|
| diff --git a/chrome/browser/plugin_prefs.cc b/chrome/browser/plugin_prefs.cc
|
| index c4cfa4f14d7e4918cc79c7940472feb1344984b9..c23942e5d94ba366b3046a06614a842bb66d53f8 100644
|
| --- a/chrome/browser/plugin_prefs.cc
|
| +++ b/chrome/browser/plugin_prefs.cc
|
| @@ -29,7 +29,6 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/plugin_service.h"
|
| -#include "webkit/plugins/npapi/plugin_group.h"
|
| #include "webkit/plugins/npapi/plugin_list.h"
|
| #include "webkit/plugins/webplugininfo.h"
|
|
|
| @@ -499,7 +498,7 @@ void PluginPrefs::SetPrefs(PrefService* prefs) {
|
| if (force_enable_internal_pdf || internal_pdf_enabled) {
|
| // See http://crbug.com/50105 for background.
|
| plugin_group_state_[ASCIIToUTF16(
|
| - webkit::npapi::PluginGroup::kAdobeReaderGroupName)] = false;
|
| + PluginMetadata::kAdobeReaderGroupName)] = false;
|
| }
|
|
|
| if (force_enable_internal_pdf || force_enable_nacl) {
|
|
|