| Index: components/sync_driver/sync_prefs.h
|
| diff --git a/components/sync_driver/sync_prefs.h b/components/sync_driver/sync_prefs.h
|
| index 10b3bcd877226cb49c577abd58da4499a8660141..4521c4e4f07f95d3e6e5da4bbe471d7704870c8f 100644
|
| --- a/components/sync_driver/sync_prefs.h
|
| +++ b/components/sync_driver/sync_prefs.h
|
| @@ -173,7 +173,7 @@ class SyncPrefs : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
| // May be NULL.
|
| PrefService* const pref_service_;
|
|
|
| - ObserverList<SyncPrefObserver> sync_pref_observers_;
|
| + base::ObserverList<SyncPrefObserver> sync_pref_observers_;
|
|
|
| // The preference that controls whether sync is under control by
|
| // configuration management.
|
|
|