| Index: components/web_modal/popup_manager.cc
|
| diff --git a/components/web_modal/popup_manager.cc b/components/web_modal/popup_manager.cc
|
| index 215d4b8efa2fbcde4cefaa988576e5dc284464f1..4d073658d387e3a691f2ca4661081178c3f51429 100644
|
| --- a/components/web_modal/popup_manager.cc
|
| +++ b/components/web_modal/popup_manager.cc
|
| @@ -26,7 +26,7 @@ class PopupManagerRelay : public content::WebContentsUserData<PopupManager> {
|
| explicit PopupManagerRelay(base::WeakPtr<PopupManager> manager)
|
| : manager_(manager) {}
|
|
|
| - virtual ~PopupManagerRelay() {}
|
| + ~PopupManagerRelay() override {}
|
|
|
| base::WeakPtr<PopupManager> manager_;
|
| };
|
|
|