Index: chrome/browser/ui/content_settings/content_setting_bubble_model.h |
diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.h b/chrome/browser/ui/content_settings/content_setting_bubble_model.h |
index 73f350035191d928f49dede208b288b5a6b5561d..71f35bd9b5ddcf4d1a2475325b35f23f5a2d4c15 100644 |
--- a/chrome/browser/ui/content_settings/content_setting_bubble_model.h |
+++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.h |
@@ -196,11 +196,10 @@ class SavePasswordBubbleModel : public ContentSettingTitleAndLinkModel { |
SavePasswordBubbleModel(Delegate* delegate, |
content::WebContents* web_contents, |
Profile* profile); |
- virtual ~SavePasswordBubbleModel() {} |
+ virtual ~SavePasswordBubbleModel(); |
virtual void OnCancelClicked() OVERRIDE; |
virtual void OnSaveClicked() OVERRIDE; |
private: |
Peter Kasting
2013/09/10 23:04:41
Nit: Blank line above this.
npentrel
2013/09/11 09:10:42
Done.
|
- // Sets the title of the bubble. |
void SetTitle(); |
TabSpecificContentSettings::PasswordSavingState state_; |