| Index: chrome/browser/autofill/wallet/full_wallet.cc
|
| diff --git a/chrome/browser/autofill/wallet/full_wallet.cc b/chrome/browser/autofill/wallet/full_wallet.cc
|
| index 84676d76d6247c925339c179affb347df66ef048..9bca72632697193909e6bf245c66128e956a4cea 100644
|
| --- a/chrome/browser/autofill/wallet/full_wallet.cc
|
| +++ b/chrome/browser/autofill/wallet/full_wallet.cc
|
| @@ -99,7 +99,7 @@ scoped_ptr<FullWallet>
|
| }
|
|
|
| scoped_ptr<Address> billing_address =
|
| - Address::CreateAddressWithID(*billing_address_dict);
|
| + Address::CreateAddress(*billing_address_dict);
|
| if (!billing_address.get()) {
|
| DLOG(ERROR) << "Response from Google wallet has malformed billing address";
|
| return scoped_ptr<FullWallet>();
|
|
|