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

Unified Diff: components/invalidation/invalidator_registrar.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/invalidation/invalidation_logger.h ('k') | components/invalidation/sync_system_resources.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/invalidator_registrar.h
diff --git a/components/invalidation/invalidator_registrar.h b/components/invalidation/invalidator_registrar.h
index d0ab22dbafe0435001ca044367b23981354bfc0f..9acf26c0a0b779f56bbbe90fe92594323f6087f5 100644
--- a/components/invalidation/invalidator_registrar.h
+++ b/components/invalidation/invalidator_registrar.h
@@ -85,7 +85,7 @@ class INVALIDATION_EXPORT InvalidatorRegistrar {
typedef std::map<InvalidationHandler*, ObjectIdSet> HandlerIdsMap;
base::ThreadChecker thread_checker_;
- ObserverList<InvalidationHandler, true> handlers_;
+ base::ObserverList<InvalidationHandler, true> handlers_;
HandlerIdsMap handler_to_ids_map_;
InvalidatorState state_;
« no previous file with comments | « components/invalidation/invalidation_logger.h ('k') | components/invalidation/sync_system_resources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698