summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc')
-rw-r--r--chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
index c45a959..ab59009 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
@@ -66,7 +66,7 @@ class TestAutofillDialogView : public AutofillDialogView {
class TestPersonalDataManager : public PersonalDataManager {
public:
- TestPersonalDataManager() {}
+ TestPersonalDataManager() : PersonalDataManager("en-US") {}
virtual ~TestPersonalDataManager() {}
void AddTestingProfile(AutofillProfile* profile) {