| Index: chrome/browser/plugins/plugin_prefs.h
|
| diff --git a/chrome/browser/plugins/plugin_prefs.h b/chrome/browser/plugins/plugin_prefs.h
|
| index 681320711bad7716207afa222d6f206c43c0ae9c..7a797c085c1b4a96ef939745375d0d6e3748b780 100644
|
| --- a/chrome/browser/plugins/plugin_prefs.h
|
| +++ b/chrome/browser/plugins/plugin_prefs.h
|
| @@ -75,7 +75,7 @@ class PluginPrefs : public RefcountedKeyedService {
|
| void set_profile(Profile* profile) { profile_ = profile; }
|
|
|
| // RefCountedProfileKeyedBase method override.
|
| - virtual void ShutdownOnUIThread() override;
|
| + void ShutdownOnUIThread() override;
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<PluginPrefs>;
|
| @@ -100,7 +100,7 @@ class PluginPrefs : public RefcountedKeyedService {
|
| std::map<base::FilePath, bool> state_;
|
| };
|
|
|
| - virtual ~PluginPrefs();
|
| + ~PluginPrefs() override;
|
|
|
| // Called to update one of the policy_xyz patterns below when a
|
| // preference changes.
|
|
|