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

Unified Diff: components/autofill/browser/wallet/wallet_items_unittest.cc

Issue 13973004: Convert string16 -> base::string16 in components/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/browser/wallet/wallet_items_unittest.cc
diff --git a/components/autofill/browser/wallet/wallet_items_unittest.cc b/components/autofill/browser/wallet/wallet_items_unittest.cc
index 9495d8bd4aad7943369ffcfbd52cb283312893f3..bda43bd37b3054273be034c8f1626f5e9db5249a 100644
--- a/components/autofill/browser/wallet/wallet_items_unittest.cc
+++ b/components/autofill/browser/wallet/wallet_items_unittest.cc
@@ -419,7 +419,7 @@ TEST_F(WalletItemsTest, CreateMaskedInstrument) {
ASCIIToUTF16("postal_code"),
ASCIIToUTF16("phone_number"),
std::string()));
- std::vector<string16> supported_currencies;
+ std::vector<base::string16> supported_currencies;
supported_currencies.push_back(ASCIIToUTF16("currency"));
WalletItems::MaskedInstrument masked_instrument(
ASCIIToUTF16("descriptive_name"),
@@ -521,7 +521,7 @@ TEST_F(WalletItemsTest, CreateWalletItems) {
ASCIIToUTF16("postal_code"),
ASCIIToUTF16("phone_number"),
std::string()));
- std::vector<string16> supported_currencies;
+ std::vector<base::string16> supported_currencies;
supported_currencies.push_back(ASCIIToUTF16("currency"));
scoped_ptr<WalletItems::MaskedInstrument> masked_instrument(
new WalletItems::MaskedInstrument(ASCIIToUTF16("descriptive_name"),

Powered by Google App Engine
This is Rietveld 408576698