| Index: chrome/browser/plugin_prefs.cc
|
| diff --git a/chrome/browser/plugin_prefs.cc b/chrome/browser/plugin_prefs.cc
|
| index 9af4c679b8940ff6e25c09f18c847ac30fc1334a..7b2ce4d917e9e70dd64500de4504fc9c37117dab 100644
|
| --- a/chrome/browser/plugin_prefs.cc
|
| +++ b/chrome/browser/plugin_prefs.cc
|
| @@ -440,7 +440,7 @@ void PluginPrefs::NotifyPluginStatusChanged() {
|
| void PluginPrefs::OnNotifyPluginStatusChanged() {
|
| notify_pending_ = false;
|
| NotificationService::current()->Notify(
|
| - content::NOTIFICATION_PLUGIN_ENABLE_STATUS_CHANGED,
|
| + chrome::NOTIFICATION_PLUGIN_ENABLE_STATUS_CHANGED,
|
| Source<PluginPrefs>(this),
|
| NotificationService::NoDetails());
|
| }
|
|
|