Index: chrome/browser/autofill/autofill_external_delegate_unittest.cc |
diff --git a/chrome/browser/autofill/autofill_external_delegate_unittest.cc b/chrome/browser/autofill/autofill_external_delegate_unittest.cc |
index 8e0a3fe7b597a6b4ece280eb8a311cc7a4a5bffb..663473998202d9d51b2cf4d2fb97f1e7242ef109 100644 |
--- a/chrome/browser/autofill/autofill_external_delegate_unittest.cc |
+++ b/chrome/browser/autofill/autofill_external_delegate_unittest.cc |
@@ -118,6 +118,7 @@ class AutofillExternalDelegateUnitTest |
// AutofillManager is tied to the lifetime of the WebContents, so it must |
// be destroyed at the destruction of the WebContents. |
autofill_manager_ = NULL; |
+ external_delegate_.reset(); |
ChromeRenderViewHostTestHarness::TearDown(); |
} |