Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / options / chromeos / cros_language_options_handler.h
index b959175..77ac22e 100644 (file)
@@ -26,10 +26,10 @@ class CrosLanguageOptionsHandler
 
   // OptionsPageUIHandler implementation.
   virtual void GetLocalizedValues(
-      base::DictionaryValue* localized_strings) OVERRIDE;
+      base::DictionaryValue* localized_strings) override;
 
   // DOMMessageHandler implementation.
-  virtual void RegisterMessages() OVERRIDE;
+  virtual void RegisterMessages() override;
 
   // The following static methods are public for ease of testing.
 
@@ -51,8 +51,8 @@ class CrosLanguageOptionsHandler
 
  private:
   // LanguageOptionsHandlerCommon implementation.
-  virtual base::string16 GetProductName() OVERRIDE;
-  virtual void SetApplicationLocale(const std::string& language_code) OVERRIDE;
+  virtual base::string16 GetProductName() override;
+  virtual void SetApplicationLocale(const std::string& language_code) override;
 
   // Called when the sign-out button is clicked.
   void RestartCallback(const base::ListValue* args);