summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_warning_set.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_warning_set.cc')
-rw-r--r--chrome/browser/extensions/extension_warning_set.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_warning_set.cc b/chrome/browser/extensions/extension_warning_set.cc
index c99f18a2..f84a5ca 100644
--- a/chrome/browser/extensions/extension_warning_set.cc
+++ b/chrome/browser/extensions/extension_warning_set.cc
@@ -128,7 +128,7 @@ void ExtensionWarningSet::SuppressBadgeForCurrentWarnings() {
void ExtensionWarningSet::NotifyWarningsChanged() {
NotificationService::current()->Notify(
chrome::NOTIFICATION_EXTENSION_WARNING_CHANGED,
- Source<Profile>(profile_),
+ content::Source<Profile>(profile_),
NotificationService::NoDetails());
}