aboutsummaryrefslogtreecommitdiff
path: root/src/tracing/test/mock_consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracing/test/mock_consumer.h')
-rw-r--r--src/tracing/test/mock_consumer.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tracing/test/mock_consumer.h b/src/tracing/test/mock_consumer.h
index b2f356362..fe43fb50d 100644
--- a/src/tracing/test/mock_consumer.h
+++ b/src/tracing/test/mock_consumer.h
@@ -19,13 +19,13 @@
#include <memory>
-#include "perfetto/ext/tracing/core/consumer.h"
-#include "perfetto/ext/tracing/core/trace_packet.h"
-#include "perfetto/ext/tracing/core/tracing_service.h"
+#include "gmock/gmock.h"
+#include "perfetto/tracing/core/consumer.h"
+#include "perfetto/tracing/core/trace_packet.h"
+#include "perfetto/tracing/core/tracing_service.h"
#include "perfetto/tracing/core/tracing_service_state.h"
-#include "test/gtest_and_gmock.h"
-#include "protos/perfetto/trace/trace_packet.pb.h"
+#include "perfetto/trace/trace_packet.pb.h"
namespace perfetto {