Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / ui / simple_web_view_dialog_browsertest.cc
index 2023fd4..79436cc 100644 (file)
@@ -23,7 +23,7 @@ class StubDelegate : public CaptivePortalWindowProxyDelegate {
  public:
   StubDelegate() {}
   virtual ~StubDelegate() {}
-  virtual void OnPortalDetected() OVERRIDE {}
+  virtual void OnPortalDetected() override {}
 
  private:
   DISALLOW_COPY_AND_ASSIGN(StubDelegate);
@@ -41,7 +41,7 @@ class InterstitialPageDelegate : public content::InterstitialPageDelegate {
 
  private:
   // InterstitialPageDelegate implementation:
-  virtual std::string GetHTMLContents() OVERRIDE { return "HTML Contents"; }
+  virtual std::string GetHTMLContents() override { return "HTML Contents"; }
 
   DISALLOW_COPY_AND_ASSIGN(InterstitialPageDelegate);
 };