| Index: chrome/browser/ui/android/infobars/auto_login_prompter.cc
|
| diff --git a/chrome/browser/ui/android/infobars/auto_login_prompter.cc b/chrome/browser/ui/android/infobars/auto_login_prompter.cc
|
| index 2cc1f249aeff428b04477c628f336db9aa8d6494..7d50998db20e2d753ba7720f2004ac064baed927 100644
|
| --- a/chrome/browser/ui/android/infobars/auto_login_prompter.cc
|
| +++ b/chrome/browser/ui/android/infobars/auto_login_prompter.cc
|
| @@ -97,7 +97,7 @@ void AutoLoginPrompter::DidStopLoading(
|
| delete this;
|
| }
|
|
|
| -void AutoLoginPrompter::WebContentsDestroyed(WebContents* web_contents) {
|
| +void AutoLoginPrompter::WebContentsDestroyed() {
|
| // The WebContents was destroyed before the navigation completed.
|
| delete this;
|
| }
|
|
|