| Index: components/autofill/core/browser/autofill_manager_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_manager_unittest.cc b/components/autofill/core/browser/autofill_manager_unittest.cc
|
| index 93330624b9351a92e0eceb444f00329610ec3239..178cf10559c61ef827b66663426e58b538e9ec2d 100644
|
| --- a/components/autofill/core/browser/autofill_manager_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_manager_unittest.cc
|
| @@ -92,7 +92,8 @@ class TestPaymentsClient : public payments::PaymentsClient {
|
|
|
| ~TestPaymentsClient() override {}
|
|
|
| - void GetUploadDetails(const std::string& app_locale) override {
|
| + void GetUploadDetails(const std::vector<AutofillProfile>& addresses,
|
| + const std::string& app_locale) override {
|
| delegate_->OnDidGetUploadDetails(
|
| app_locale == "en-US" ? AutofillClient::SUCCESS
|
| : AutofillClient::PERMANENT_FAILURE,
|
|
|