| Index: content/browser/payments/payment_app_context_impl_unittest.cc
|
| diff --git a/content/browser/payments/payment_app_context_impl_unittest.cc b/content/browser/payments/payment_app_context_impl_unittest.cc
|
| index 4f433f5c009ab04f49326e94089c4fdea45fd45b..68defef5ccc361dc6a6f0a7d8a1963e5571d9492 100644
|
| --- a/content/browser/payments/payment_app_context_impl_unittest.cc
|
| +++ b/content/browser/payments/payment_app_context_impl_unittest.cc
|
| @@ -67,7 +67,7 @@ class PaymentAppContextTest : public PaymentAppContentUnitTestBase {
|
| payments::mojom::PaymentAppManifestError error = payments::mojom::
|
| PaymentAppManifestError::MANIFEST_STORAGE_OPERATION_FAILED;
|
| bool called = false;
|
| - SetManifest(manager, scope_url.spec(), std::move(manifest),
|
| + SetManifest(manager, std::move(manifest),
|
| base::Bind(&SetManifestCallback, &called, &error));
|
| ASSERT_TRUE(called);
|
|
|
|
|