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

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

Issue 2824193002: Enable use_once_callback for //content/common/*.mojom (Closed)
Patch Set: rebase Created 3 years, 8 months 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_content_unittest_base.cc
diff --git a/content/browser/payments/payment_app_content_unittest_base.cc b/content/browser/payments/payment_app_content_unittest_base.cc
index de3629bcd628786dbf1c1b71512dcebedf3912b9..6f9ce5aad7d5e3f51fe3716ffebc15a056a777a9 100644
--- a/content/browser/payments/payment_app_content_unittest_base.cc
+++ b/content/browser/payments/payment_app_content_unittest_base.cc
@@ -70,10 +70,11 @@ class PaymentAppContentUnitTestBase::PaymentAppForWorkerTestHelper
void OnPaymentRequestEvent(
payments::mojom::PaymentAppRequestPtr app_request,
payments::mojom::PaymentAppResponseCallbackPtr response_callback,
- const mojom::ServiceWorkerEventDispatcher::
- DispatchPaymentRequestEventCallback& callback) override {
+ mojom::ServiceWorkerEventDispatcher::DispatchPaymentRequestEventCallback
+ callback) override {
EmbeddedWorkerTestHelper::OnPaymentRequestEvent(
- std::move(app_request), std::move(response_callback), callback);
+ std::move(app_request), std::move(response_callback),
+ std::move(callback));
}
int64_t last_sw_registration_id_;
« no previous file with comments | « content/browser/loader/url_loader_factory_impl.cc ('k') | content/browser/push_messaging/push_messaging_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698