| Index: chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc
|
| index fd4573ffc48fad816f3686fe8c6db9119cb53f14..1a8a8944f2d8bb21cd87759e6b3f9a846c6b66bb 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc
|
| @@ -87,9 +87,9 @@ class AutofillPopupControllerBrowserTest
|
|
|
| // Normally the WebContents will automatically delete the delegate, but here
|
| // the delegate is owned by this test, so we have to manually destroy.
|
| - virtual void WebContentsDestroyed(content::WebContents* web_contents)
|
| + virtual void WebContentsDestroyed()
|
| OVERRIDE {
|
| - DCHECK_EQ(web_contents_, web_contents);
|
| + DCHECK_EQ(web_contents_, web_contents());
|
|
|
| autofill_external_delegate_.reset();
|
| }
|
|
|