| Index: content/common/input/event_with_latency_info.cc
|
| diff --git a/content/common/input/event_with_latency_info.cc b/content/common/input/event_with_latency_info.cc
|
| index 0fc592bee8471de7d8b8d977227504cc6dc28b6c..a2b306b7eaaa71e6683cc6c23f287f498f6891a2 100644
|
| --- a/content/common/input/event_with_latency_info.cc
|
| +++ b/content/common/input/event_with_latency_info.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include <bitset>
|
| #include <limits>
|
| -#include "content/common/input/web_input_event_traits.h"
|
|
|
| using blink::WebGestureEvent;
|
| using blink::WebInputEvent;
|
| @@ -254,7 +253,7 @@ void Coalesce(const blink::WebInputEvent& event_to_coalesce,
|
| } // namespace internal
|
|
|
| ScopedWebInputEventWithLatencyInfo::ScopedWebInputEventWithLatencyInfo(
|
| - ScopedWebInputEvent event,
|
| + ui::ScopedWebInputEvent event,
|
| const ui::LatencyInfo& latency_info)
|
| : event_(std::move(event)), latency_(latency_info) {
|
| }
|
|
|