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

Unified Diff: services/file/file_service.h

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.cc ('k') | services/file/file_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/file/file_service.h
diff --git a/services/file/file_service.h b/services/file/file_service.h
index 9d63381e7db2673361caae35a210192e5525c2bb..f9303ea351f301585399e3f9508523e4c7018283 100644
--- a/services/file/file_service.h
+++ b/services/file/file_service.h
@@ -18,8 +18,7 @@ namespace file {
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);
class FileService
: public service_manager::Service,
« no previous file with comments | « services/device/device_service.cc ('k') | services/file/file_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698