| Index: chrome/browser/ui/passwords/manage_passwords_bubble.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble.h b/chrome/browser/ui/passwords/manage_passwords_bubble.h
|
| index 1d607669d6a6262a78bdf9013eefcebb3d4980f7..fcc445ae4201c074d37fb2d83fdcee737a1ad553 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble.h
|
| @@ -27,7 +27,7 @@ class ManagePasswordsBubble {
|
| // ManagePasswordsBubbleModel; this class neither takes ownership of the
|
| // object nor stores the pointer.
|
| ManagePasswordsBubble(content::WebContents* contents, DisplayReason reason);
|
| - ~ManagePasswordsBubble();
|
| + virtual ~ManagePasswordsBubble();
|
|
|
| ManagePasswordsBubbleModel* model() { return model_.get(); }
|
| const ManagePasswordsBubbleModel* model() const { return model_.get(); }
|
|
|