Index: chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc |
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc |
index b032268a12ad5139d33c81eacfab4199b709a1b6..a64586306e052153cc06140fcf3a1564443db66a 100644 |
--- a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc |
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc |
@@ -161,8 +161,7 @@ class AutofillPopupControllerUnitTest : public ChromeRenderViewHostTestHarness { |
web_contents(), |
manager_delegate_.get(), |
"en-US", |
- AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER, |
- false); |
+ AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER); |
AutofillDriverImpl* driver = |
AutofillDriverImpl::FromWebContents(web_contents()); |
external_delegate_.reset( |