Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / constrained_web_dialog_ui.h
index de28f1a..172fab6 100644 (file)
@@ -54,11 +54,10 @@ class ConstrainedWebDialogDelegate {
 class ConstrainedWebDialogUI : public content::WebUIController {
  public:
   explicit ConstrainedWebDialogUI(content::WebUI* web_ui);
-  virtual ~ConstrainedWebDialogUI();
+  ~ConstrainedWebDialogUI() override;
 
   // WebUIController implementation:
-  virtual void RenderViewCreated(
-      content::RenderViewHost* render_view_host) OVERRIDE;
+  void RenderViewCreated(content::RenderViewHost* render_view_host) override;
 
   // Sets the delegate on the WebContents.
   static void SetConstrainedDelegate(content::WebContents* web_contents,