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

Unified Diff: services/device/device_service_test_base.cc

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Rebase Created 3 years, 7 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
« no previous file with comments | « services/device/device_service.cc ('k') | services/device/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/device_service_test_base.cc
diff --git a/services/device/device_service_test_base.cc b/services/device/device_service_test_base.cc
index 1ff7380479d47006a3d9dc1a0594f044a6c36da1..db3a2fc1fcaa013b0ab6b98f00c478d8bc635301 100644
--- a/services/device/device_service_test_base.cc
+++ b/services/device/device_service_test_base.cc
@@ -51,7 +51,7 @@ class ServiceTestClient : public service_manager::test::ServiceTestClient,
device_service_context_.reset(new service_manager::ServiceContext(
CreateDeviceService(file_thread_.task_runner(),
io_thread_.task_runner(),
- wake_lock_context_callback_),
+ wake_lock_context_callback_, nullptr),
std::move(request)));
#else
device_service_context_.reset(new service_manager::ServiceContext(
« no previous file with comments | « services/device/device_service.cc ('k') | services/device/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698