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

Unified Diff: base/prefs/pref_notifier_impl.h

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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
« no previous file with comments | « base/prefs/persistent_pref_store.h ('k') | base/prefs/pref_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/pref_notifier_impl.h
diff --git a/base/prefs/pref_notifier_impl.h b/base/prefs/pref_notifier_impl.h
index cfd46ff4211ff2ef9196723d83e549e5ececeebe..cbf025c0015a5cfe660a29e06e52b739b70985a9 100644
--- a/base/prefs/pref_notifier_impl.h
+++ b/base/prefs/pref_notifier_impl.h
@@ -47,10 +47,10 @@ class BASE_PREFS_EXPORT PrefNotifierImpl
// A map from pref names to a list of observers. Observers get fired in the
// order they are added. These should only be accessed externally for unit
// testing.
- typedef ObserverList<PrefObserver> PrefObserverList;
+ typedef base::ObserverList<PrefObserver> PrefObserverList;
typedef base::hash_map<std::string, PrefObserverList*> PrefObserverMap;
- typedef std::list<base::Callback<void(bool)> > PrefInitObserverList;
+ typedef std::list<base::Callback<void(bool)>> PrefInitObserverList;
const PrefObserverMap* pref_observers() const { return &pref_observers_; }
« no previous file with comments | « base/prefs/persistent_pref_store.h ('k') | base/prefs/pref_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698