| Index: components/user_prefs/user_prefs.h
|
| diff --git a/components/user_prefs/user_prefs.h b/components/user_prefs/user_prefs.h
|
| index 90bf9009399bc80f69537cb69e293d70524932a3..3e72d7aed1bc5f0bfa4bb5af060edb740b85f028 100644
|
| --- a/components/user_prefs/user_prefs.h
|
| +++ b/components/user_prefs/user_prefs.h
|
| @@ -35,7 +35,7 @@ class USER_PREFS_EXPORT UserPrefs : public base::SupportsUserData::Data {
|
|
|
| private:
|
| explicit UserPrefs(PrefService* prefs);
|
| - virtual ~UserPrefs();
|
| + ~UserPrefs() override;
|
|
|
| // Non-owning; owned by embedder.
|
| PrefService* prefs_;
|
|
|