Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / ui / simple_web_view_dialog.cc
index 61b72c3..a982b33 100644 (file)
@@ -107,13 +107,13 @@ class StubBubbleModelDelegate : public ContentSettingBubbleModelDelegate {
 
   // ContentSettingBubbleModelDelegate implementation:
   virtual void ShowCollectedCookiesDialog(
-      content::WebContents* web_contents) OVERRIDE {
+      content::WebContents* web_contents) override {
   }
 
-  virtual void ShowContentSettingsPage(ContentSettingsType type) OVERRIDE {
+  virtual void ShowContentSettingsPage(ContentSettingsType type) override {
   }
 
-  virtual void ShowLearnMorePage(ContentSettingsType type) OVERRIDE {
+  virtual void ShowLearnMorePage(ContentSettingsType type) override {
   }
 
  private: