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

Unified Diff: components/dom_distiller/core/distilled_page_prefs.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
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_;

Powered by Google App Engine
This is Rietveld 408576698