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

Unified Diff: components/invalidation/ticl_settings_provider.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/sync_system_resources.h ('k') | components/metrics/metrics_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/ticl_settings_provider.h
diff --git a/components/invalidation/ticl_settings_provider.h b/components/invalidation/ticl_settings_provider.h
index c62a4d0ad8db92f2f76b6044964bb331525ca851..72f495c23702e6b38e5b47a2d2c3cf2e8ac16e10 100644
--- a/components/invalidation/ticl_settings_provider.h
+++ b/components/invalidation/ticl_settings_provider.h
@@ -34,7 +34,7 @@ class TiclSettingsProvider {
void FireOnUseGCMChannelChanged();
private:
- ObserverList<Observer, true> observers_;
+ base::ObserverList<Observer, true> observers_;
DISALLOW_COPY_AND_ASSIGN(TiclSettingsProvider);
};
« no previous file with comments | « components/invalidation/sync_system_resources.h ('k') | components/metrics/metrics_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698