Index: mandoline/services/core_services/core_services_application_delegate.h |
diff --git a/mandoline/services/core_services/core_services_application_delegate.h b/mandoline/services/core_services/core_services_application_delegate.h |
index bf692b0ef8702e50da166467410f29f963fd48f3..f0129ae9d55703552314e0ac703a838f681cac6d 100644 |
--- a/mandoline/services/core_services/core_services_application_delegate.h |
+++ b/mandoline/services/core_services/core_services_application_delegate.h |
@@ -13,6 +13,7 @@ |
#include "mojo/application/public/cpp/interface_factory_impl.h" |
#include "mojo/application/public/interfaces/content_handler.mojom.h" |
#include "mojo/common/weak_binding_set.h" |
+#include "mojo/services/tracing/public/cpp/tracing_impl.h" |
namespace core_services { |
@@ -50,6 +51,7 @@ class CoreServicesApplicationDelegate |
mojo::WeakBindingSet<ContentHandler> handler_bindings_; |
ScopedVector<ApplicationThread> application_threads_; |
+ mojo::TracingImpl tracing_; |
base::WeakPtrFactory<CoreServicesApplicationDelegate> weak_factory_; |