summaryrefslogtreecommitdiffstats
path: root/content/port
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-23 19:39:41 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-23 19:39:41 +0000
commitf40d3a0012f7cd20103946471f3044cb990b3fb3 (patch)
tree00a0b718b9cb191319e28248c34f53c6fd98db81 /content/port
parent358ff8988d0a6717945d41d0fd8b770fd7d556c5 (diff)
downloadchromium_src-f40d3a0012f7cd20103946471f3044cb990b3fb3.zip
chromium_src-f40d3a0012f7cd20103946471f3044cb990b3fb3.tar.gz
chromium_src-f40d3a0012f7cd20103946471f3044cb990b3fb3.tar.bz2
Revert "Revert 224496 "Move ui/base/latency_info* to ui/events""
This reverts commit d1ec3f7f30d07132bf0f75e4938d50a508bc7637. Attempt at re-landing this previous change. Moves LatencyInfo from ui/base to ui/events. TBR=sky@chromium.org,jamesr@chromium.org,jschuh@chromium.org BUG=none Review URL: https://codereview.chromium.org/24257011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/port')
-rw-r--r--content/port/browser/event_with_latency_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/port/browser/event_with_latency_info.h b/content/port/browser/event_with_latency_info.h
index 70788f9..a39ae52 100644
--- a/content/port/browser/event_with_latency_info.h
+++ b/content/port/browser/event_with_latency_info.h
@@ -5,7 +5,7 @@
#ifndef CONTENT_PORT_BROWSER_EVENT_WITH_LATENCY_INFO_H_
#define CONTENT_PORT_BROWSER_EVENT_WITH_LATENCY_INFO_H_
-#include "ui/base/latency_info.h"
+#include "ui/events/latency_info.h"
namespace WebKit {
class WebGestureEvent;