summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/input/input_router.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-05 16:56:50 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-05 16:56:50 +0000
commit2116103d79615836d746554fb8618fab860db7ef (patch)
tree9bfac3cc0041b1cdfe4bad0bd02c02d012afbd9c /content/browser/renderer_host/input/input_router.h
parent94a0924fa2465aedf46d60cb7d092b4124adb703 (diff)
downloadchromium_src-2116103d79615836d746554fb8618fab860db7ef.zip
chromium_src-2116103d79615836d746554fb8618fab860db7ef.tar.gz
chromium_src-2116103d79615836d746554fb8618fab860db7ef.tar.bz2
Move some interfaces from content/port to internal content since they're not referenced in content/port anymore.
BUG=304341 R=avi@chromium.org Review URL: https://codereview.chromium.org/264033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268206 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/renderer_host/input/input_router.h')
-rw-r--r--content/browser/renderer_host/input/input_router.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/renderer_host/input/input_router.h b/content/browser/renderer_host/input/input_router.h
index 2dbb4ed..bb3bd03 100644
--- a/content/browser/renderer_host/input/input_router.h
+++ b/content/browser/renderer_host/input/input_router.h
@@ -6,8 +6,8 @@
#define CONTENT_BROWSER_RENDERER_HOST_INPUT_INPUT_ROUTER_H_
#include "base/basictypes.h"
-#include "content/port/browser/event_with_latency_info.h"
-#include "content/port/common/input_event_ack_state.h"
+#include "content/browser/renderer_host/event_with_latency_info.h"
+#include "content/common/input/input_event_ack_state.h"
#include "content/public/browser/native_web_keyboard_event.h"
#include "ipc/ipc_listener.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"