| Index: components/web_modal/popup_manager.h
|
| diff --git a/components/web_modal/popup_manager.h b/components/web_modal/popup_manager.h
|
| index cd4d2bbe50a9acb74e815f493f42f8eadc1d0f83..0ce4a583f1045691d7d80c94d6028aae2cae46d9 100644
|
| --- a/components/web_modal/popup_manager.h
|
| +++ b/components/web_modal/popup_manager.h
|
| @@ -48,7 +48,7 @@ class PopupManager : public SinglePopupManagerDelegate {
|
| const content::WebContents* web_contents) const;
|
|
|
| // Called when a NativePopup we own is about to be closed.
|
| - virtual void WillClose(NativePopup popup) OVERRIDE;
|
| + virtual void WillClose(NativePopup popup) override;
|
|
|
| // Called by views code to re-activate popups anchored to a particular tab
|
| // when that tab gets focus. Note that depending on the situation, more than
|
|
|