Index: chrome/browser/ui/android/infobars/auto_login_prompter.h |
diff --git a/chrome/browser/ui/android/infobars/auto_login_prompter.h b/chrome/browser/ui/android/infobars/auto_login_prompter.h |
index d55eb67e407db692a30040f4500a68beb3d9dc10..bfeb2901ad634a452633ad4be205a9edbe064782 100644 |
--- a/chrome/browser/ui/android/infobars/auto_login_prompter.h |
+++ b/chrome/browser/ui/android/infobars/auto_login_prompter.h |
@@ -53,8 +53,7 @@ class AutoLoginPrompter : public content::WebContentsObserver { |
virtual void DidStopLoading( |
content::RenderViewHost* render_view_host) OVERRIDE; |
- virtual void WebContentsDestroyed( |
- content::WebContents* web_contents) OVERRIDE; |
+ virtual void WebContentsDestroyed() OVERRIDE; |
// Add the infobar to the WebContents, if it's still needed. |
void AddInfoBarToWebContents(); |