Chromium Code Reviews| 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 f759ea9402032952a4ed5f2802b0e9bb12294dd0..952a99749dde3657a0908701998f8541371bf49f 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(); |
|
vabr (Chromium)
2014/04/22 14:32:06
Seems like the destructor is the only virtual meth
|
| ManagePasswordsBubbleModel* model() { return model_.get(); } |