| Index: components/cronet/android/cronet_in_memory_pref_store.h
|
| diff --git a/components/cronet/android/cronet_in_memory_pref_store.h b/components/cronet/android/cronet_in_memory_pref_store.h
|
| index c276ff87c5b6a3b6634707dd3bc182bcd8bbc8fe..daebace37b8520f257bd4976e75284323881908a 100644
|
| --- a/components/cronet/android/cronet_in_memory_pref_store.h
|
| +++ b/components/cronet/android/cronet_in_memory_pref_store.h
|
| @@ -54,7 +54,7 @@ class CronetInMemoryPrefStore : public PersistentPrefStore {
|
| // Stores the preference values.
|
| PrefValueMap prefs_;
|
|
|
| - ObserverList<PrefStore::Observer, true> observers_;
|
| + base::ObserverList<PrefStore::Observer, true> observers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CronetInMemoryPrefStore);
|
| };
|
|
|