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); |
}; |