Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / login / login_interstitial_delegate.h
index c55a420..b1f6537 100644 (file)
@@ -30,13 +30,13 @@ class LoginInterstitialDelegate : public content::InterstitialPageDelegate {
                             const GURL& request_url,
                             base::Closure& callback);
 
-  virtual ~LoginInterstitialDelegate();
+  ~LoginInterstitialDelegate() override;
 
   // content::InterstitialPageDelegate:
-  virtual void CommandReceived(const std::string& command) OVERRIDE;
+  void CommandReceived(const std::string& command) override;
 
  protected:
-  virtual std::string GetHTMLContents() OVERRIDE;
+  std::string GetHTMLContents() override;
 
  private:
   base::Closure callback_;