Index: chrome/browser/plugin_prefs.cc |
diff --git a/chrome/browser/plugin_prefs.cc b/chrome/browser/plugin_prefs.cc |
index 663df2fa3b50290547ec9a6bf771a81701060bbc..347a7bbb6b76dd798029c369913c35b4176c7fd0 100644 |
--- a/chrome/browser/plugin_prefs.cc |
+++ b/chrome/browser/plugin_prefs.cc |
@@ -407,7 +407,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()); |
} |