| 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;
|
|
|