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

Unified Diff: components/invalidation/invalidation_logger.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 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
« no previous file with comments | « components/infobars/core/infobar_manager.h ('k') | components/invalidation/invalidator_registrar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/invalidation_logger.h
diff --git a/components/invalidation/invalidation_logger.h b/components/invalidation/invalidation_logger.h
index e19ff07da7309d8049a8d67944dbc2b99400b3c1..fe445087771dd1b0fd81e286be15707a4374f662 100644
--- a/components/invalidation/invalidation_logger.h
+++ b/components/invalidation/invalidation_logger.h
@@ -76,7 +76,7 @@ class InvalidationLogger {
void EmitRegisteredHandlers();
// The list of every observer currently listening for notifications.
- ObserverList<InvalidationLoggerObserver> observer_list_;
+ base::ObserverList<InvalidationLoggerObserver> observer_list_;
// The last InvalidatorState updated by the InvalidatorService.
syncer::InvalidatorState last_invalidator_state_;
« no previous file with comments | « components/infobars/core/infobar_manager.h ('k') | components/invalidation/invalidator_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698