| Index: chrome/browser/ui/auto_login_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/auto_login_infobar_delegate.cc b/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| index e0426d9a66d01d6d98b1caec1c567d19344219d9..b0d854d2b40c1f02055ea6faf44dbe47cba1b8f9 100644
|
| --- a/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| @@ -232,6 +232,8 @@ bool AutoLoginInfoBarDelegate::Cancel() {
|
| return true;
|
| }
|
|
|
| -void AutoLoginInfoBarDelegate::GoogleSignedOut(const std::string& username) {
|
| +void AutoLoginInfoBarDelegate::GoogleSignedOut(
|
| + const std::string& account_id,
|
| + const std::string& username) {
|
| infobar()->RemoveSelf();
|
| }
|
|
|