summaryrefslogtreecommitdiffstats
path: root/components/autofill/browser/wallet/full_wallet.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/autofill/browser/wallet/full_wallet.cc')
-rw-r--r--components/autofill/browser/wallet/full_wallet.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/autofill/browser/wallet/full_wallet.cc b/components/autofill/browser/wallet/full_wallet.cc
index 9e9fb03..b68c1aa 100644
--- a/components/autofill/browser/wallet/full_wallet.cc
+++ b/components/autofill/browser/wallet/full_wallet.cc
@@ -124,7 +124,7 @@ scoped_ptr<FullWallet>
required_actions));
}
-string16 FullWallet::GetInfo(AutofillFieldType type) {
+base::string16 FullWallet::GetInfo(AutofillFieldType type) {
switch (type) {
case CREDIT_CARD_NUMBER:
return UTF8ToUTF16(GetPan());
@@ -145,7 +145,7 @@ string16 FullWallet::GetInfo(AutofillFieldType type) {
NOTREACHED();
}
- return string16();
+ return base::string16();
}
bool FullWallet::HasRequiredAction(RequiredAction action) const {