 Chromium Code Reviews
 Chromium Code Reviews Issue 1871233002:
  Move LatencyInfo to ui/latency_info  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1871233002:
  Move LatencyInfo to ui/latency_info  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: content/browser/renderer_host/input/synthetic_touchscreen_pinch_gesture.cc | 
| diff --git a/content/browser/renderer_host/input/synthetic_touchscreen_pinch_gesture.cc b/content/browser/renderer_host/input/synthetic_touchscreen_pinch_gesture.cc | 
| index 3a317822b9c193a8dce08783410c0bd2eb14657d..6fff6819e9ef6bc1760b84ac8b428bfd6c173532 100644 | 
| --- a/content/browser/renderer_host/input/synthetic_touchscreen_pinch_gesture.cc | 
| +++ b/content/browser/renderer_host/input/synthetic_touchscreen_pinch_gesture.cc | 
| @@ -9,7 +9,7 @@ | 
| #include <cmath> | 
| #include "base/logging.h" | 
| -#include "ui/events/latency_info.h" | 
| +#include "ui/latency_info/latency_info.h" | 
| namespace content { |