| Index: chrome/browser/plugins/plugin_status_pref_setter.h
|
| diff --git a/chrome/browser/plugins/plugin_status_pref_setter.h b/chrome/browser/plugins/plugin_status_pref_setter.h
|
| index 5f52e808501981b096d2531c335d5696a32e9c8f..ee7c9759396e4ef37fec876f89a60be1a4082422 100644
|
| --- a/chrome/browser/plugins/plugin_status_pref_setter.h
|
| +++ b/chrome/browser/plugins/plugin_status_pref_setter.h
|
| @@ -28,7 +28,7 @@ struct WebPluginInfo;
|
| class PluginStatusPrefSetter : public content::NotificationObserver {
|
| public:
|
| PluginStatusPrefSetter();
|
| - virtual ~PluginStatusPrefSetter();
|
| + ~PluginStatusPrefSetter() override;
|
|
|
| // Binds the preferences in the profile's PrefService, notifying |observer| if
|
| // any value changes.
|
| @@ -46,9 +46,9 @@ class PluginStatusPrefSetter : public content::NotificationObserver {
|
| }
|
|
|
| // content::NotificationObserver methods:
|
| - virtual void Observe(int type,
|
| - const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) override;
|
| + void Observe(int type,
|
| + const content::NotificationSource& source,
|
| + const content::NotificationDetails& details) override;
|
|
|
| private:
|
| void StartUpdate();
|
|
|