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

Unified Diff: services/device/device_service.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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.h ('k') | services/file/file_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/device_service.cc
diff --git a/services/device/device_service.cc b/services/device/device_service.cc
index 9bb17ce0dea4ee1ea30eb6f73d437f3bd39f7548..acf5f7b6c4a85dcb32a1cecd23b64228cd123342 100644
--- a/services/device/device_service.cc
+++ b/services/device/device_service.cc
@@ -12,8 +12,7 @@
namespace device {
std::unique_ptr<service_manager::Service> CreateDeviceService(
- scoped_refptr<base::SingleThreadTaskRunner> file_task_runner,
- const base::Closure& quit_closure) {
+ scoped_refptr<base::SingleThreadTaskRunner> file_task_runner) {
return base::MakeUnique<DeviceService>(std::move(file_task_runner));
}
« no previous file with comments | « services/device/device_service.h ('k') | services/file/file_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698