Index: components/autofill/browser/autocomplete_history_manager_unittest.cc |
=================================================================== |
--- components/autofill/browser/autocomplete_history_manager_unittest.cc (revision 192613) |
+++ components/autofill/browser/autocomplete_history_manager_unittest.cc (working copy) |
@@ -250,7 +250,7 @@ |
web_contents()); |
AutofillManager::CreateForWebContentsAndDelegate( |
- web_contents(), &manager_delegate); |
+ web_contents(), &manager_delegate, "en-US"); |
MockAutofillExternalDelegate external_delegate(web_contents()); |
autocomplete_history_manager.SetExternalDelegate(&external_delegate); |