| Index: components/prefs/overlay_user_pref_store.h
|
| diff --git a/components/prefs/overlay_user_pref_store.h b/components/prefs/overlay_user_pref_store.h
|
| index 7766dcdbaed462b8c3f515154e6aae283ff4e1a7..4b843fe1f5bac1b52bf10047551442a72813ba54 100644
|
| --- a/components/prefs/overlay_user_pref_store.h
|
| +++ b/components/prefs/overlay_user_pref_store.h
|
| @@ -64,6 +64,7 @@ class COMPONENTS_PREFS_EXPORT OverlayUserPrefStore : public PersistentPrefStore,
|
| void RegisterOverlayPref(const std::string& key);
|
|
|
| void ClearMutableValues() override;
|
| + void CleanupForProfileDeletion() override;
|
|
|
| protected:
|
| ~OverlayUserPrefStore() override;
|
|
|