| Index: components/dom_distiller/core/distilled_page_prefs.h
|
| diff --git a/components/dom_distiller/core/distilled_page_prefs.h b/components/dom_distiller/core/distilled_page_prefs.h
|
| index eeec8a9674ec99fe43c606d22c75c7080e8e31af..22b1327842f1b40456ea7e034ab24ce43aeb1441 100644
|
| --- a/components/dom_distiller/core/distilled_page_prefs.h
|
| +++ b/components/dom_distiller/core/distilled_page_prefs.h
|
| @@ -65,7 +65,7 @@ class DistilledPagePrefs {
|
| void NotifyOnChangeTheme(Theme theme);
|
|
|
| PrefService* pref_service_;
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| base::WeakPtrFactory<DistilledPagePrefs> weak_ptr_factory_;
|
|
|
|
|