| Index: ui/events/blink/input_handler_proxy.cc
 | 
| diff --git a/ui/events/blink/input_handler_proxy.cc b/ui/events/blink/input_handler_proxy.cc
 | 
| index 2512c511b447065d277ba397b261118bcbcfccd0..892c8f373972e7d2184464dc78976be0d1404a4e 100644
 | 
| --- a/ui/events/blink/input_handler_proxy.cc
 | 
| +++ b/ui/events/blink/input_handler_proxy.cc
 | 
| @@ -187,7 +187,7 @@ void ReportInputEventLatencyUma(const WebInputEvent& event,
 | 
|  
 | 
|    ui::LatencyInfo::LatencyMap::const_iterator it =
 | 
|        latency_info.latency_components().find(std::make_pair(
 | 
| -          ui::INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 0));
 | 
| +          ui::INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, static_cast<int64_t>(0)));
 | 
|  
 | 
|    if (it == latency_info.latency_components().end())
 | 
|      return;
 | 
| 
 |