Index: ui/events/latency_info.h |
diff --git a/ui/events/latency_info.h b/ui/events/latency_info.h |
index fb5817645311613c0ec9766f32af9bb90ad00a97..f0f89b78c6e2e1079978aa9fd3d9df912382641a 100644 |
--- a/ui/events/latency_info.h |
+++ b/ui/events/latency_info.h |
@@ -10,7 +10,7 @@ |
#include "base/basictypes.h" |
#include "base/time/time.h" |
-#include "ui/events/events_export.h" |
+#include "ui/events/events_base_export.h" |
namespace ui { |
@@ -57,7 +57,7 @@ enum LatencyComponentType { |
WINDOW_SNAPSHOT_FRAME_NUMBER_COMPONENT |
}; |
-struct EVENTS_EXPORT LatencyInfo { |
+struct EVENTS_BASE_EXPORT LatencyInfo { |
struct LatencyComponent { |
// Nondecreasing number that can be used to determine what events happened |
// in the component at the time this struct was sent on to the next |