Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(817)

Unified Diff: content/browser/payments/payment_app_manager_unittest.cc

Issue 2575583003: PaymentApp: Add a interface to query all payment app manifests. (Closed)
Patch Set: PaymentApp: Add a interface to query all payment app manifests. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/payments/payment_app_manager_unittest.cc
diff --git a/content/browser/payments/payment_app_manager_unittest.cc b/content/browser/payments/payment_app_manager_unittest.cc
index 9123bff7d09265dd63c9cf17f8024439153e57c0..b7e307b9e35a31ac9bc333b6d577109b4db02c3f 100644
--- a/content/browser/payments/payment_app_manager_unittest.cc
+++ b/content/browser/payments/payment_app_manager_unittest.cc
@@ -67,7 +67,7 @@ class PaymentAppManagerTest : public testing::Test {
storage_partition_impl_.get());
payment_app_context_ =
- new PaymentAppContext(embedded_worker_helper_->context_wrapper());
+ new PaymentAppContextImpl(embedded_worker_helper_->context_wrapper());
bool called = false;
embedded_worker_helper_->context()->RegisterServiceWorker(
@@ -109,7 +109,7 @@ class PaymentAppManagerTest : public testing::Test {
std::unique_ptr<EmbeddedWorkerTestHelper> embedded_worker_helper_;
std::unique_ptr<StoragePartitionImpl> storage_partition_impl_;
int64_t sw_registration_id_;
- scoped_refptr<PaymentAppContext> payment_app_context_;
+ scoped_refptr<PaymentAppContextImpl> payment_app_context_;
payments::mojom::PaymentAppManagerPtr service_;
// Owned by payment_app_context_.
« no previous file with comments | « content/browser/payments/payment_app_manager.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698