| 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 5e7934ec774af3929efd619f84ec6c6e056ac970..c2ebc5cccb799980311d424b9a50d32bbf5262c5 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"
|
| @@ -34,6 +35,7 @@ class FakeSurfacesServiceApplication
|
|
|
| private:
|
| uint32_t next_id_namespace_;
|
| + mojo::TracingImpl tracing_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FakeSurfacesServiceApplication);
|
| };
|
|
|