Index: chrome/browser/ui/cocoa/autofill/autofill_section_container_unittest.mm |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_section_container_unittest.mm b/chrome/browser/ui/cocoa/autofill/autofill_section_container_unittest.mm |
index 4a7d46b493466afef5fce084a8d95c17ac1dd4e1..1ce00c661c0b11f5ee64c2751a9c697eb21221ac 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_section_container_unittest.mm |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_section_container_unittest.mm |
@@ -119,9 +119,7 @@ TEST_F(AutofillSectionContainerTest, OutputMatchesDefinition) { |
using namespace testing; |
const DetailInput kTestInputs[] = { |
- { DetailInput::LONG, |
- EMAIL_ADDRESS, |
- IDS_AUTOFILL_DIALOG_PLACEHOLDER_EMAIL }, |
+ { DetailInput::LONG, EMAIL_ADDRESS }, |
{ DetailInput::SHORT, CREDIT_CARD_EXP_MONTH }, |
}; |
autofill::MonthComboboxModel comboModel; |
@@ -184,9 +182,7 @@ TEST_F(AutofillSectionContainerTest, FieldsAreInitiallyValid) { |
using namespace testing; |
const DetailInput kTestInputs[] = { |
- { DetailInput::LONG, |
- EMAIL_ADDRESS, |
- IDS_AUTOFILL_DIALOG_PLACEHOLDER_EMAIL }, |
+ { DetailInput::LONG, EMAIL_ADDRESS }, |
{ DetailInput::SHORT, CREDIT_CARD_EXP_MONTH }, |
}; |
@@ -214,8 +210,8 @@ TEST_F(AutofillSectionContainerTest, ControllerInformsValidity) { |
using namespace testing; |
const DetailInput kTestInputs[] = { |
- { DetailInput::LONG, EMAIL_ADDRESS, IDS_AUTOFILL_DIALOG_PLACEHOLDER_EMAIL }, |
- { DetailInput::SHORT, CREDIT_CARD_EXP_MONTH } |
+ { DetailInput::LONG, EMAIL_ADDRESS }, |
+ { DetailInput::SHORT, CREDIT_CARD_EXP_MONTH }, |
}; |
MonthComboboxModel comboModel; |