Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / shell / browser / shell_login_dialog.h
index 76ad054..0004a41 100644 (file)
@@ -33,7 +33,7 @@ class ShellLoginDialog : public ResourceDispatcherHostLoginDelegate {
 
   // ResourceDispatcherHostLoginDelegate implementation:
   // Threading: IO thread.
-  virtual void OnRequestCancelled() OVERRIDE;
+  void OnRequestCancelled() override;
 
   // Called by the platform specific code when the user responds. Public because
   // the aforementioned platform specific code may not have access to private
@@ -45,7 +45,7 @@ class ShellLoginDialog : public ResourceDispatcherHostLoginDelegate {
 
  protected:
   // Threading: any
-  virtual ~ShellLoginDialog();
+  ~ShellLoginDialog() override;
 
  private:
   // All the methods that begin with Platform need to be implemented by the