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

Unified Diff: components/web_modal/web_contents_modal_dialog_host.h

Issue 666133002: Standardize usage of virtual/override/final in components/ (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
Index: components/web_modal/web_contents_modal_dialog_host.h
diff --git a/components/web_modal/web_contents_modal_dialog_host.h b/components/web_modal/web_contents_modal_dialog_host.h
index 53dca442b5b4ed313b7ceef8f822a2ede5060844..3ae7c1f58df1fa510fab64539f20dec32f9c6fc4 100644
--- a/components/web_modal/web_contents_modal_dialog_host.h
+++ b/components/web_modal/web_contents_modal_dialog_host.h
@@ -19,7 +19,7 @@ namespace web_modal {
// this into account.
class WebContentsModalDialogHost : public ModalDialogHost {
public:
- virtual ~WebContentsModalDialogHost();
+ ~WebContentsModalDialogHost() override;
// Returns the maximum dimensions a dialog can have.
virtual gfx::Size GetMaximumDialogSize() = 0;

Powered by Google App Engine
This is Rietveld 408576698