Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(646)

Unified Diff: chrome/browser/ui/passwords/manage_passwords_bubble.h

Issue 441683002: Add ManagePasswordsBubbleCocoa and unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: static Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(); }

Powered by Google App Engine
This is Rietveld 408576698