| 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 11490295776ca2074562952cc3719ce6f92b2328..bbcbfcdc11c7ab85aa9cf0610ea5ae93040f04f5 100644
|
| --- a/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| @@ -97,8 +97,7 @@ AutoLoginRedirector::AutoLoginRedirector(
|
| AutoLoginRedirector::~AutoLoginRedirector() {
|
| }
|
|
|
| -void AutoLoginRedirector::WebContentsDestroyed(
|
| - content::WebContents* web_contents) {
|
| +void AutoLoginRedirector::WebContentsDestroyed() {
|
| // The WebContents that started this has been destroyed. The request must be
|
| // cancelled and this object must be deleted.
|
| ubertoken_fetcher_.reset();
|
|
|