| Index: chrome/browser/ui/auto_login_infobar_delegate.h
|
| ===================================================================
|
| --- chrome/browser/ui/auto_login_infobar_delegate.h (revision 238220)
|
| +++ chrome/browser/ui/auto_login_infobar_delegate.h (working copy)
|
| @@ -31,11 +31,12 @@
|
| std::string username;
|
| };
|
|
|
| - // Creates an autologin infobar delegate and adds it to |infobar_service|.
|
| + // Creates an autologin infobar and delegate and adds the infobar to
|
| + // |infobar_service|.
|
| static void Create(InfoBarService* infobar_service, const Params& params);
|
|
|
| protected:
|
| - AutoLoginInfoBarDelegate(InfoBarService* owner, const Params& params);
|
| + explicit AutoLoginInfoBarDelegate(const Params& params);
|
| virtual ~AutoLoginInfoBarDelegate();
|
|
|
| private:
|
|
|