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

Unified Diff: services/service_manager/standalone/context.h

Issue 2697933003: Add missing #include around sequenced_worker_pool.h (Closed)
Patch Set: Created 3 years, 10 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
Index: services/service_manager/standalone/context.h
diff --git a/services/service_manager/standalone/context.h b/services/service_manager/standalone/context.h
index a10e572ebd3d0e3efda0d5bd0199bb1412f1cce6..5e93ee2570d9b883706a6614b8748c0259533505 100644
--- a/services/service_manager/standalone/context.h
+++ b/services/service_manager/standalone/context.h
@@ -16,6 +16,7 @@
#include "services/tracing/public/cpp/provider.h"
namespace base {
+class SequencedWorkerPool;
class Value;
}

Powered by Google App Engine
This is Rietveld 408576698