Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2526)

Unified Diff: chrome/browser/sync/glue/extensions_activity_monitor.cc

Issue 425303002: Move extension notifications to extensions/browser/notification_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (extension-notifications) rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/glue/extensions_activity_monitor.cc
diff --git a/chrome/browser/sync/glue/extensions_activity_monitor.cc b/chrome/browser/sync/glue/extensions_activity_monitor.cc
index 57687180bffe9438b6740ee3c8468c384637d003..b7b23912c5c75a64606fc68ffb9bc0ad8bec9e10 100644
--- a/chrome/browser/sync/glue/extensions_activity_monitor.cc
+++ b/chrome/browser/sync/glue/extensions_activity_monitor.cc
@@ -25,7 +25,7 @@ ExtensionsActivityMonitor::ExtensionsActivityMonitor()
// wanted to use the string name). Thus, we use all sources and filter in
// Observe.
registrar_.Add(this,
- chrome::NOTIFICATION_EXTENSION_BOOKMARKS_API_INVOKED,
+ extensions::NOTIFICATION_EXTENSION_BOOKMARKS_API_INVOKED,
content::NotificationService::AllSources());
}

Powered by Google App Engine
This is Rietveld 408576698