Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / options / language_options_handler.h
index b75f94f..e83e9fc 100644 (file)
@@ -14,14 +14,13 @@ namespace options {
 class LanguageOptionsHandler : public LanguageOptionsHandlerCommon {
  public:
   LanguageOptionsHandler();
-  virtual ~LanguageOptionsHandler();
+  ~LanguageOptionsHandler() override;
 
   // OptionsPageUIHandler implementation.
-  virtual void GetLocalizedValues(
-      base::DictionaryValue* localized_strings) OVERRIDE;
+  void GetLocalizedValues(base::DictionaryValue* localized_strings) override;
 
   // WebUIMessageHandler implementation.
-  virtual void RegisterMessages() OVERRIDE;
+  void RegisterMessages() override;
 
   // The following static method is public for ease of testing.
 
@@ -33,8 +32,8 @@ class LanguageOptionsHandler : public LanguageOptionsHandlerCommon {
 
  private:
   // LanguageOptionsHandlerCommon implementation.
-  virtual base::string16 GetProductName() OVERRIDE;
-  virtual void SetApplicationLocale(const std::string& language_code) OVERRIDE;
+  base::string16 GetProductName() override;
+  void SetApplicationLocale(const std::string& language_code) override;
 
   // Called when the restart button is clicked.
   void RestartCallback(const base::ListValue* args);