| Index: chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| index 51741a33f337be7a2075cfbf81327264560a1e0a..84ae6340e4430b173389db60aa00703fee846c58 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| @@ -30,7 +30,7 @@ class ManagePasswordsBubbleModel : public content::WebContentsObserver {
|
| // The bubble's state is updated from the ManagePasswordsUIController
|
| // associated with |web_contents| upon creation.
|
| explicit ManagePasswordsBubbleModel(content::WebContents* web_contents);
|
| - virtual ~ManagePasswordsBubbleModel();
|
| + ~ManagePasswordsBubbleModel() override;
|
|
|
| // Called by the view code when the bubble is shown.
|
| void OnBubbleShown(ManagePasswordsBubble::DisplayReason reason);
|
|
|