| Index: content/browser/payments/payment_app_provider_impl_unittest.cc
|
| diff --git a/content/browser/payments/payment_app_provider_impl_unittest.cc b/content/browser/payments/payment_app_provider_impl_unittest.cc
|
| index 7ed00657b1e18614f71f7e62a8a7c83cf273827b..1872cc8df4421ec4ff615499ca51984235ea9b83 100644
|
| --- a/content/browser/payments/payment_app_provider_impl_unittest.cc
|
| +++ b/content/browser/payments/payment_app_provider_impl_unittest.cc
|
| @@ -19,7 +19,7 @@ using payments::mojom::PaymentAppManifestPtr;
|
|
|
| namespace content {
|
|
|
| -class PaymentAppManager;
|
| +class PaymentManager;
|
|
|
| namespace {
|
|
|
| @@ -64,8 +64,7 @@ class PaymentAppProviderTest : public PaymentAppContentUnitTestBase {
|
| }
|
|
|
| void CreatePaymentApp(const GURL& scope_url, const GURL& sw_script_url) {
|
| - PaymentAppManager* manager =
|
| - CreatePaymentAppManager(scope_url, sw_script_url);
|
| + PaymentManager* manager = CreatePaymentManager(scope_url, sw_script_url);
|
|
|
| PaymentAppManifestError error =
|
| PaymentAppManifestError::MANIFEST_STORAGE_OPERATION_FAILED;
|
|
|