Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3649)

Unified Diff: chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h

Issue 629463003: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[w-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/components_ui.cc ('k') | chrome/browser/ui/webui/constrained_web_dialog_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h
diff --git a/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h b/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h
index 344d200dcb38cc13c68eec6cd1616967019943b8..9f3a1c705dcd831c4fa4af2004f184bf18ba24c6 100644
--- a/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h
+++ b/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.h
@@ -31,17 +31,17 @@ class ConstrainedWebDialogDelegateBase
bool closed_via_webui() const;
// ConstrainedWebDialogDelegate interface.
- virtual const ui::WebDialogDelegate* GetWebDialogDelegate() const OVERRIDE;
- virtual ui::WebDialogDelegate* GetWebDialogDelegate() OVERRIDE;
- virtual void OnDialogCloseFromWebUI() OVERRIDE;
- virtual void ReleaseWebContentsOnDialogClose() OVERRIDE;
- virtual web_modal::NativeWebContentsModalDialog GetNativeDialog() OVERRIDE;
- virtual content::WebContents* GetWebContents() OVERRIDE;
+ virtual const ui::WebDialogDelegate* GetWebDialogDelegate() const override;
+ virtual ui::WebDialogDelegate* GetWebDialogDelegate() override;
+ virtual void OnDialogCloseFromWebUI() override;
+ virtual void ReleaseWebContentsOnDialogClose() override;
+ virtual web_modal::NativeWebContentsModalDialog GetNativeDialog() override;
+ virtual content::WebContents* GetWebContents() override;
// WebDialogWebContentsDelegate interface.
virtual void HandleKeyboardEvent(
content::WebContents* source,
- const content::NativeWebKeyboardEvent& event) OVERRIDE;
+ const content::NativeWebKeyboardEvent& event) override;
private:
scoped_ptr<ui::WebDialogDelegate> web_dialog_delegate_;
« no previous file with comments | « chrome/browser/ui/webui/components_ui.cc ('k') | chrome/browser/ui/webui/constrained_web_dialog_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698