Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2204)

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc

Issue 936273002: Shorten "American Express" to "Amex" in Chrome UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gclient sync Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | components/autofill/core/browser/credit_card.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d399f750561c2734b81ea42f38155137ec5c23bd..55b9a399726dbba0c3a8000c698857afe40f9ef8 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
@@ -3521,7 +3521,7 @@ TEST_F(AutofillDialogControllerTest, LimitedCcChoices) {
field.autocomplete_attribute = "billing cc-type";
field.option_contents.push_back(ASCIIToUTF16("Visa"));
field.option_values.push_back(ASCIIToUTF16("V"));
- field.option_contents.push_back(ASCIIToUTF16("American Express"));
+ field.option_contents.push_back(ASCIIToUTF16("Amex"));
field.option_values.push_back(ASCIIToUTF16("AX"));
form_data.fields.push_back(field);
ResetControllerWithFormData(form_data);
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | components/autofill/core/browser/credit_card.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698