Index: content/browser/renderer_host/render_widget_host_impl.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_impl.h (revision 268187) |
+++ content/browser/renderer_host/render_widget_host_impl.h (working copy) |
@@ -25,14 +25,14 @@ |
#include "build/build_config.h" |
#include "cc/resources/shared_bitmap.h" |
#include "content/browser/accessibility/browser_accessibility_manager.h" |
+#include "content/browser/renderer_host/event_with_latency_info.h" |
#include "content/browser/renderer_host/input/input_ack_handler.h" |
#include "content/browser/renderer_host/input/input_router_client.h" |
#include "content/browser/renderer_host/input/synthetic_gesture.h" |
#include "content/browser/renderer_host/input/touch_emulator_client.h" |
+#include "content/common/input/input_event_ack_state.h" |
#include "content/common/input/synthetic_gesture_packet.h" |
#include "content/common/view_message_enums.h" |
-#include "content/port/browser/event_with_latency_info.h" |
-#include "content/port/common/input_event_ack_state.h" |
#include "content/public/browser/render_widget_host.h" |
#include "content/public/common/page_zoom.h" |
#include "ipc/ipc_listener.h" |