summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/gpu_process_host.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-20 21:27:01 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-20 21:27:01 +0000
commit1c603da3e2a494ceef58e540046c748a283ec019 (patch)
tree51d278036654d0f78c4f26e06809ccae7323d106 /content/browser/gpu/gpu_process_host.cc
parent5c1c6521fd2bc6b8c8451c02c729c8c0360c4189 (diff)
downloadchromium_src-1c603da3e2a494ceef58e540046c748a283ec019.zip
chromium_src-1c603da3e2a494ceef58e540046c748a283ec019.tar.gz
chromium_src-1c603da3e2a494ceef58e540046c748a283ec019.tar.bz2
Move ui/base/latency_info* to ui/events
Latest in a sequence of changes to extract ui/gfx as its own component and sever ties on ui/base from various should-be-lower-level components. TBR=jamesr@chromium.org, sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/23464099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224496 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu/gpu_process_host.cc')
-rw-r--r--content/browser/gpu/gpu_process_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
index fda9cbd..0482b347e8 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -36,7 +36,7 @@
#include "gpu/command_buffer/service/gpu_switches.h"
#include "ipc/ipc_channel_handle.h"
#include "ipc/ipc_switches.h"
-#include "ui/base/latency_info.h"
+#include "ui/events/latency_info.h"
#include "ui/gl/gl_switches.h"