Index: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
index e39dba598e529312cc0ddc5c5b36da5ed2793a6d..4bc98b4c17d6aaac332b94557115b62fa7154516 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
@@ -39,6 +39,7 @@ |
#include "components/autofill/content/browser/risk/proto/fingerprint.pb.h" |
#include "components/autofill/core/browser/autofill_metrics.h" |
#include "components/autofill/core/browser/autofill_test_utils.h" |
+#include "components/autofill/core/browser/country_names.h" |
#include "components/autofill/core/browser/test_personal_data_manager.h" |
#include "components/autofill/core/browser/webdata/autofill_webdata_service.h" |
#include "components/autofill/core/common/autofill_pref_names.h" |
@@ -313,7 +314,9 @@ class TestAutofillDialogController |
class AutofillDialogControllerTest : public ChromeRenderViewHostTestHarness { |
protected: |
- AutofillDialogControllerTest(): form_structure_(NULL) {} |
+ AutofillDialogControllerTest() : form_structure_(NULL) { |
+ CountryNames::SetLocaleString("en-US"); |
+ } |
// testing::Test implementation: |
void SetUp() override { |