| Index: ui/web_dialogs/web_dialog_ui.h
|
| diff --git a/ui/web_dialogs/web_dialog_ui.h b/ui/web_dialogs/web_dialog_ui.h
|
| index 99dce4f735bc38713726f3fd55d7e975edb04c65..144b8c7f8fb262bb7eacce1b4ffe2da22f9b1149 100644
|
| --- a/ui/web_dialogs/web_dialog_ui.h
|
| +++ b/ui/web_dialogs/web_dialog_ui.h
|
| @@ -69,7 +69,7 @@ class WEB_DIALOGS_EXPORT WebDialogUI : public content::WebUIController {
|
| private:
|
| // WebUIController
|
| virtual void RenderViewCreated(
|
| - content::RenderViewHost* render_view_host) OVERRIDE;
|
| + content::RenderViewHost* render_view_host) override;
|
|
|
| // Gets the delegate for the WebContent set with SetDelegate.
|
| static WebDialogDelegate* GetDelegate(content::WebContents* web_contents);
|
|
|