Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / passwords / manage_passwords_bubble.h
index 1d60766..fcc445a 100644 (file)
@@ -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(); }