| Index: ui/events/win/events_win.cc | 
| diff --git a/ui/events/win/events_win.cc b/ui/events/win/events_win.cc | 
| index 315d99349da5c6e1b1625b24058b0eb516b63ad4..c30b108168daef94822e496a8331360c3ab90a6e 100644 | 
| --- a/ui/events/win/events_win.cc | 
| +++ b/ui/events/win/events_win.cc | 
| @@ -215,7 +215,7 @@ int EventFlagsFromNative(const base::NativeEvent& native_event) { | 
| return flags; | 
| } | 
|  | 
| -base::TimeDelta EventTimeFromNative(const base::NativeEvent& native_event) { | 
| +base::TimeTicks EventTimeFromNative(const base::NativeEvent& native_event) { | 
| // On Windows, the native input event timestamp (|native_event.time|) is | 
| // coming from |GetTickCount()| clock [1], while in platform independent code | 
| // path we get timestamps by calling |TimeTicks::Now()|, which, if using high- | 
|  |