Index: chrome/browser/ui/webui/options/language_options_handler_common.h |
diff --git a/chrome/browser/ui/webui/options/language_options_handler_common.h b/chrome/browser/ui/webui/options/language_options_handler_common.h |
index 65b45cfd425950f404a37bf1c39d9fdef04bb0c0..a38221c5087317d4b04393877847247f8dc5b2a8 100644 |
--- a/chrome/browser/ui/webui/options/language_options_handler_common.h |
+++ b/chrome/browser/ui/webui/options/language_options_handler_common.h |
@@ -27,17 +27,17 @@ class LanguageOptionsHandlerCommon |
// OptionsPageUIHandler implementation. |
virtual void GetLocalizedValues( |
- base::DictionaryValue* localized_strings) OVERRIDE; |
- virtual void Uninitialize() OVERRIDE; |
+ base::DictionaryValue* localized_strings) override; |
+ virtual void Uninitialize() override; |
// DOMMessageHandler implementation. |
- virtual void RegisterMessages() OVERRIDE; |
+ virtual void RegisterMessages() override; |
// SpellcheckHunspellDictionary::Observer implementation. |
- virtual void OnHunspellDictionaryInitialized() OVERRIDE; |
- virtual void OnHunspellDictionaryDownloadBegin() OVERRIDE; |
- virtual void OnHunspellDictionaryDownloadSuccess() OVERRIDE; |
- virtual void OnHunspellDictionaryDownloadFailure() OVERRIDE; |
+ virtual void OnHunspellDictionaryInitialized() override; |
+ virtual void OnHunspellDictionaryDownloadBegin() override; |
+ virtual void OnHunspellDictionaryDownloadSuccess() override; |
+ virtual void OnHunspellDictionaryDownloadFailure() override; |
// The following static methods are public for ease of testing. |