| Index: trunk/src/chrome/browser/ui/website_settings/website_settings_infobar_delegate.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/website_settings/website_settings_infobar_delegate.h (revision 238401)
|
| +++ trunk/src/chrome/browser/ui/website_settings/website_settings_infobar_delegate.h (working copy)
|
| @@ -16,12 +16,12 @@
|
| // the reload right from the infobar.
|
| class WebsiteSettingsInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| public:
|
| - // Creates a website settings infobar and delegate and adds the infobar to
|
| + // Creates a website settings infobar delegate and adds it to
|
| // |infobar_service|.
|
| static void Create(InfoBarService* infobar_service);
|
|
|
| private:
|
| - WebsiteSettingsInfoBarDelegate();
|
| + explicit WebsiteSettingsInfoBarDelegate(InfoBarService* infobar_service);
|
| virtual ~WebsiteSettingsInfoBarDelegate();
|
|
|
| // ConfirmInfoBarDelegate:
|
|
|