| 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 f663c30fdd96a0d5781db6520f3f598b9b21a772..d10c03b0b9a121ae2b7c9690c40875581aace150 100644
|
| --- a/chrome/browser/extensions/api/preference/chrome_direct_setting_api.h
|
| +++ b/chrome/browser/extensions/api/preference/chrome_direct_setting_api.h
|
| @@ -26,14 +26,14 @@ class ChromeDirectSettingAPI : public BrowserContextKeyedAPI,
|
| virtual ~ChromeDirectSettingAPI();
|
|
|
| // KeyedService implementation.
|
| - virtual void Shutdown() OVERRIDE;
|
| + virtual void Shutdown() override;
|
|
|
| // BrowserContextKeyedAPI implementation.
|
| static BrowserContextKeyedAPIFactory<ChromeDirectSettingAPI>*
|
| GetFactoryInstance();
|
|
|
| // EventRouter::Observer implementation.
|
| - virtual void OnListenerAdded(const EventListenerInfo& details) OVERRIDE;
|
| + virtual void OnListenerAdded(const EventListenerInfo& details) override;
|
|
|
| // Returns true if the preference is on the whitelist.
|
| bool IsPreferenceOnWhitelist(const std::string& pref_key);
|
|
|