Index: content/browser/renderer_host/render_widget_host_view_base.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_base.h (revision 268187) |
+++ content/browser/renderer_host/render_widget_host_view_base.h (working copy) |
@@ -17,9 +17,9 @@ |
#include "base/process/kill.h" |
#include "base/timer/timer.h" |
#include "cc/output/compositor_frame.h" |
+#include "content/browser/renderer_host/event_with_latency_info.h" |
#include "content/common/content_export.h" |
-#include "content/port/browser/event_with_latency_info.h" |
-#include "content/port/common/input_event_ack_state.h" |
+#include "content/common/input/input_event_ack_state.h" |
#include "content/public/browser/render_widget_host_view.h" |
#include "ipc/ipc_listener.h" |
#include "third_party/WebKit/public/web/WebPopupType.h" |