| 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..1f4f9944ecc61a69fa4b8bed0c1dd3d756f7ceca 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,11 @@ 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:
|
| - // Sets the title of the bubble.
|
| void SetTitle();
|
|
|
| TabSpecificContentSettings::PasswordSavingState state_;
|
|
|