| Index: chrome/browser/autofill/content_autofill_driver_browsertest.cc
|
| diff --git a/chrome/browser/autofill/content_autofill_driver_browsertest.cc b/chrome/browser/autofill/content_autofill_driver_browsertest.cc
|
| index d452e1e2e40935dec65be3e28ada894ba62d465a..387ec5fd54e628d6cee96b9d71fd382108a4f088 100644
|
| --- a/chrome/browser/autofill/content_autofill_driver_browsertest.cc
|
| +++ b/chrome/browser/autofill/content_autofill_driver_browsertest.cc
|
| @@ -92,9 +92,9 @@ class ContentAutofillDriverBrowserTest : public InProcessBrowserTest,
|
|
|
| // Normally the WebContents will automatically delete the driver, but here
|
| // the driver 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_driver_.reset();
|
| }
|
|
|
|
|