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 99bde5c7e3b9748e2234e0d3dcef68592f191334..0a765089f0772e5de8f38120ea1253e11b32476a 100644 |
--- a/content/browser/payments/payment_app_context_impl_unittest.cc |
+++ b/content/browser/payments/payment_app_context_impl_unittest.cc |
@@ -57,8 +57,7 @@ class PaymentAppContextTest : public PaymentAppContentUnitTestBase { |
PaymentAppManifestError error = |
PaymentAppManifestError::MANIFEST_STORAGE_OPERATION_FAILED; |
bool called = false; |
- SetManifest(manager, scope_url.spec(), |
- CreatePaymentAppManifestForTest(scope_url.spec()), |
+ SetManifest(manager, CreatePaymentAppManifestForTest(scope_url.spec()), |
base::Bind(&SetManifestCallback, &called, &error)); |
ASSERT_TRUE(called); |