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

Unified Diff: services/fake_surfaces/fake_surfaces_service_application.h

Issue 791493006: De-client tracing.TraceController interface (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
Index: services/fake_surfaces/fake_surfaces_service_application.h
diff --git a/services/fake_surfaces/fake_surfaces_service_application.h b/services/fake_surfaces/fake_surfaces_service_application.h
index e807b16b1b4f30726b3228e551bfdad6bd185cf1..4a946800ea0d25588102cf77981be2b381af57f0 100644
--- a/services/fake_surfaces/fake_surfaces_service_application.h
+++ b/services/fake_surfaces/fake_surfaces_service_application.h
@@ -6,6 +6,7 @@
#define FAKE_SERVICES_SURFACES_SURFACES_SERVICE_APPLICATION_H_
#include "base/macros.h"
+#include "mojo/common/tracing_impl.h"
#include "mojo/public/cpp/application/application_delegate.h"
#include "mojo/public/cpp/application/interface_factory.h"
#include "mojo/services/surfaces/public/interfaces/surfaces_service.mojom.h"
@@ -39,6 +40,7 @@ class FakeSurfacesServiceApplication
private:
uint32_t next_id_namespace_;
+ mojo::TracingImpl tracing_;
DISALLOW_COPY_AND_ASSIGN(FakeSurfacesServiceApplication);
};

Powered by Google App Engine
This is Rietveld 408576698