diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-20 22:07:44 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-20 22:07:44 +0000 |
commit | d1ec3f7f30d07132bf0f75e4938d50a508bc7637 (patch) | |
tree | e3692505673cdc417e4ac96d80bc8f8ba31925d8 /content/common/input_messages.h | |
parent | d24adc83e7de8b042739c96f37588dee5ba091b3 (diff) | |
download | chromium_src-d1ec3f7f30d07132bf0f75e4938d50a508bc7637.zip chromium_src-d1ec3f7f30d07132bf0f75e4938d50a508bc7637.tar.gz chromium_src-d1ec3f7f30d07132bf0f75e4938d50a508bc7637.tar.bz2 |
Revert 224496 "Move ui/base/latency_info* to ui/events"
> 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
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/24141009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224503 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/input_messages.h')
-rw-r--r-- | content/common/input_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/input_messages.h b/content/common/input_messages.h index 5d2e3ed..5e6dd25 100644 --- a/content/common/input_messages.h +++ b/content/common/input_messages.h @@ -19,7 +19,7 @@ #include "content/public/common/common_param_traits.h" #include "ipc/ipc_message_macros.h" #include "third_party/WebKit/public/web/WebInputEvent.h" -#include "ui/events/latency_info.h" +#include "ui/base/latency_info.h" #include "ui/gfx/point.h" #include "ui/gfx/rect.h" |