Index: ui/events/latency_info.h |
diff --git a/ui/events/latency_info.h b/ui/events/latency_info.h |
index c69d880193d60b77b6f6786ab8431cb38959a53a..c7e69b783fa42b3fb9674d961945b918f4a4705c 100644 |
--- a/ui/events/latency_info.h |
+++ b/ui/events/latency_info.h |
@@ -14,7 +14,6 @@ |
#include "base/containers/small_map.h" |
#include "base/time/time.h" |
-#include "base/trace_event/trace_event.h" |
#include "ui/events/events_base_export.h" |
#include "ui/gfx/geometry/point_f.h" |
@@ -23,6 +22,12 @@ |
#include "mojo/public/cpp/bindings/struct_traits.h" // nogncheck |
#endif |
+namespace base { |
+namespace trace_event { |
+class ConvertableToTraceFormat; |
+} |
+} |
+ |
namespace ui { |
#if !defined(OS_IOS) |