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

Unified Diff: services/file/file_service.h

Issue 2608163003: Change single-interface mojo bindings to use SequencedTaskRunner. (Closed)
Patch Set: Created 3 years, 11 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/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 357aa88dc6377db96425c42cbbd7aa82758edb36..10eed5f2bc961149d09a975da74a18ae0dc0c47e 100644
--- a/services/file/file_service.h
+++ b/services/file/file_service.h
@@ -14,6 +14,10 @@
#include "services/service_manager/public/cpp/interface_factory.h"
#include "services/service_manager/public/cpp/service.h"
+namespace base {
+class SingleThreadTaskRunner;
+}
+
namespace file {
std::unique_ptr<service_manager::Service> CreateFileService(
« 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