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

Unified Diff: components/autofill/content/browser/wallet/full_wallet_unittest.cc

Issue 151383003: Updates to wallet for i18n (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: retry upload Created 6 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
Index: components/autofill/content/browser/wallet/full_wallet_unittest.cc
diff --git a/components/autofill/content/browser/wallet/full_wallet_unittest.cc b/components/autofill/content/browser/wallet/full_wallet_unittest.cc
index cf5dc6a35dd3008087a7587f8b2ceb65b2f840d2..68a3b50db232429e76ae58d38ea04b273c45ff28 100644
--- a/components/autofill/content/browser/wallet/full_wallet_unittest.cc
+++ b/components/autofill/content/browser/wallet/full_wallet_unittest.cc
@@ -37,8 +37,10 @@ const char kFullWalletValidResponse[] =
" \"address_line_2\""
" ],"
" \"locality_name\":\"locality_name\","
+ " \"dependent_locality_name\":\"dependent_locality_name\","
" \"administrative_area_name\":\"admin_area_name\","
" \"postal_code_number\":\"postal_code_number\","
+ " \"sorting_code\":\"sorting_code\","
" \"country_name_code\":\"US\""
" }"
" },"
@@ -55,8 +57,10 @@ const char kFullWalletValidResponse[] =
" \"ship_address_line_2\""
" ],"
" \"locality_name\":\"ship_locality_name\","
+ " \"dependent_locality_name\":\"ship_dependent_locality_name\","
" \"administrative_area_name\":\"ship_admin_area_name\","
" \"postal_code_number\":\"ship_postal_code_number\","
+ " \"sorting_code\":\"ship_sorting_code\","
" \"country_name_code\":\"US\""
" }"
" },"

Powered by Google App Engine
This is Rietveld 408576698