Index: chrome/browser/ui/content_settings/content_setting_bubble_model.cc |
diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc |
index e97cbfd333bd921b47d5c5f512d76d67ad1c4249..c77f494a3a2700e824a7d09914d00570100a0227 100644 |
--- a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc |
+++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc |
@@ -588,6 +588,8 @@ SavePasswordBubbleModel::SavePasswordBubbleModel(Delegate* delegate, |
SetTitle(); |
} |
+SavePasswordBubbleModel::~SavePasswordBubbleModel() {} |
+ |
void SavePasswordBubbleModel::SetTitle() { |
int title_id = 0; |
// If the save password icon was accessed, the icon is displayed and the |
@@ -621,7 +623,6 @@ class ContentSettingMediaStreamBubbleModel |
virtual ~ContentSettingMediaStreamBubbleModel(); |
private: |
- // Sets the title of the bubble. |
void SetTitle(); |
// Sets the data for the radio buttons of the bubble. |
void SetRadioGroup(); |