| 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 b5ed730309c0efd3d8f80a1bd3630dd3acf221c4..c2bf48a9aa254e152492807ee6c896e40aab477c 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| @@ -1637,7 +1637,7 @@ MATCHER(IsUpdatingExistingData, "updating existing Wallet data") {
|
| }
|
|
|
| MATCHER(UsesLocalBillingAddress, "uses the local billing address") {
|
| - return arg->address_line_1() == ASCIIToUTF16(kEditedBillingAddress);
|
| + return arg->street_address()[0] == ASCIIToUTF16(kEditedBillingAddress);
|
| }
|
|
|
| // Tests that when using billing address for shipping, and there is no exact
|
|
|