Index: content/browser/renderer_host/input/touchpad_tap_suppression_controller.h |
=================================================================== |
--- content/browser/renderer_host/input/touchpad_tap_suppression_controller.h (revision 268187) |
+++ content/browser/renderer_host/input/touchpad_tap_suppression_controller.h (working copy) |
@@ -5,10 +5,10 @@ |
#ifndef CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCHPAD_TAP_SUPPRESSION_CONTROLLER_H_ |
#define CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCHPAD_TAP_SUPPRESSION_CONTROLLER_H_ |
+#include "content/browser/renderer_host/event_with_latency_info.h" |
#include "content/browser/renderer_host/input/tap_suppression_controller.h" |
#include "content/browser/renderer_host/input/tap_suppression_controller_client.h" |
#include "content/common/content_export.h" |
-#include "content/port/browser/event_with_latency_info.h" |
#include "third_party/WebKit/public/web/WebInputEvent.h" |
namespace content { |