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

Unified Diff: services/file/file_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/file/file_service.h ('k') | services/service_manager/public/cpp/lib/service_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/file/file_service.cc
diff --git a/services/file/file_service.cc b/services/file/file_service.cc
index 5e7d4711a75111d09a372a69322aa8068fa76dd2..4e844209c4fa270fd82c4fa81f3b2f1cfaf12155 100644
--- a/services/file/file_service.cc
+++ b/services/file/file_service.cc
@@ -73,8 +73,7 @@ class FileService::LevelDBServiceObjects
std::unique_ptr<service_manager::Service> CreateFileService(
scoped_refptr<base::SingleThreadTaskRunner> file_service_runner,
- scoped_refptr<base::SingleThreadTaskRunner> leveldb_service_runner,
- const base::Closure& quit_closure) {
+ scoped_refptr<base::SingleThreadTaskRunner> leveldb_service_runner) {
return base::MakeUnique<FileService>(std::move(file_service_runner),
std::move(leveldb_service_runner));
}
« no previous file with comments | « services/file/file_service.h ('k') | services/service_manager/public/cpp/lib/service_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698