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 29659fbf50fbd734c341a7157f3d26b36b778211..3514964e1ca9e184edcf2bdc421874498e4bc84f 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(); |
} |