Index: base/prefs/overlay_user_pref_store.h |
diff --git a/base/prefs/overlay_user_pref_store.h b/base/prefs/overlay_user_pref_store.h |
index 04c309d8a10ac8caf90707def9b7f7bda904d61d..885da0813e7db431e7f5ff206cc0b970203eecef 100644 |
--- a/base/prefs/overlay_user_pref_store.h |
+++ b/base/prefs/overlay_user_pref_store.h |
@@ -51,6 +51,7 @@ class BASE_PREFS_EXPORT OverlayUserPrefStore : public PersistentPrefStore, |
PrefReadError ReadPrefs() override; |
void ReadPrefsAsync(ReadErrorDelegate* delegate) override; |
void CommitPendingWrite() override; |
+ void SchedulePendingLossyWrites() override; |
void ReportValueChanged(const std::string& key, uint32 flags) override; |
// Methods of PrefStore::Observer. |
@@ -74,7 +75,7 @@ class BASE_PREFS_EXPORT OverlayUserPrefStore : public PersistentPrefStore, |
// an in-memory PrefStore that is not persisted to disk. |
bool ShallBeStoredInOverlay(const std::string& key) const; |
- ObserverList<PrefStore::Observer, true> observers_; |
+ base::ObserverList<PrefStore::Observer, true> observers_; |
PrefValueMap overlay_; |
scoped_refptr<PersistentPrefStore> underlay_; |
NamesMap overlay_to_underlay_names_map_; |