Index: chrome/browser/extensions/api/preference/chrome_direct_setting_api.h |
diff --git a/chrome/browser/extensions/api/preference/chrome_direct_setting_api.h b/chrome/browser/extensions/api/preference/chrome_direct_setting_api.h |
index d10c03b0b9a121ae2b7c9690c40875581aace150..5fe14863e8bf4173c5309a2a926c2a414406183c 100644 |
--- a/chrome/browser/extensions/api/preference/chrome_direct_setting_api.h |
+++ b/chrome/browser/extensions/api/preference/chrome_direct_setting_api.h |
@@ -23,17 +23,17 @@ class ChromeDirectSettingAPI : public BrowserContextKeyedAPI, |
public: |
explicit ChromeDirectSettingAPI(content::BrowserContext* context); |
- virtual ~ChromeDirectSettingAPI(); |
+ ~ChromeDirectSettingAPI() override; |
// KeyedService implementation. |
- virtual void Shutdown() override; |
+ void Shutdown() override; |
// BrowserContextKeyedAPI implementation. |
static BrowserContextKeyedAPIFactory<ChromeDirectSettingAPI>* |
GetFactoryInstance(); |
// EventRouter::Observer implementation. |
- virtual void OnListenerAdded(const EventListenerInfo& details) override; |
+ void OnListenerAdded(const EventListenerInfo& details) override; |
// Returns true if the preference is on the whitelist. |
bool IsPreferenceOnWhitelist(const std::string& pref_key); |