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