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

Unified Diff: components/invalidation/sync_system_resources.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/invalidator_registrar.h ('k') | components/invalidation/ticl_settings_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/sync_system_resources.h
diff --git a/components/invalidation/sync_system_resources.h b/components/invalidation/sync_system_resources.h
index 6aaac89a015b5fd21a3a79c6cd08a8e32c3ef5aa..7e707e7d2490b7dc1545a1067343f5ca13d41ecb 100644
--- a/components/invalidation/sync_system_resources.h
+++ b/components/invalidation/sync_system_resources.h
@@ -171,7 +171,7 @@ class INVALIDATION_EXPORT_PRIVATE SyncNetworkChannel
int received_messages_count_;
- ObserverList<Observer> observers_;
+ base::ObserverList<Observer> observers_;
};
class SyncStorage : public invalidation::Storage {
« no previous file with comments | « components/invalidation/invalidator_registrar.h ('k') | components/invalidation/ticl_settings_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698