| Index: chrome/browser/ui/auto_login_infobar_delegate.h
|
| diff --git a/chrome/browser/ui/auto_login_infobar_delegate.h b/chrome/browser/ui/auto_login_infobar_delegate.h
|
| index c568216b8e079ff079f9c8952d08dd32ad548e60..d5f5b30a0d2c6d7a442cf5817868db8d081bc452 100644
|
| --- a/chrome/browser/ui/auto_login_infobar_delegate.h
|
| +++ b/chrome/browser/ui/auto_login_infobar_delegate.h
|
| @@ -66,7 +66,8 @@ class AutoLoginInfoBarDelegate : public ConfirmInfoBarDelegate,
|
| virtual bool Cancel() OVERRIDE;
|
|
|
| // SigninManagerBase::Observer:
|
| - virtual void GoogleSignedOut(const std::string& username) OVERRIDE;
|
| + virtual void GoogleSignedOut(const std::string& account_id,
|
| + const std::string& username) OVERRIDE;
|
|
|
| const Params params_;
|
|
|
|
|