diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-18 18:11:54 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-18 18:11:54 +0000 |
commit | 86ccbd412375d364cd2e1ea6fabbe696998828fe (patch) | |
tree | 4891f52890bbc3a39983b25229660a4822b1412a /content/shell/browser/shell_aura.cc | |
parent | c51461c08853fd38c3eccda1646cfcc3ceff7b06 (diff) | |
download | chromium_src-86ccbd412375d364cd2e1ea6fabbe696998828fe.zip chromium_src-86ccbd412375d364cd2e1ea6fabbe696998828fe.tar.gz chromium_src-86ccbd412375d364cd2e1ea6fabbe696998828fe.tar.bz2 |
Moves ui/base/events to ui/events
BUG=none
TEST=none
R=ben@chromium.org
TBR=brettw@chromium.org, scherkus@chromium.org, ananta@chromium.org,
Review URL: https://codereview.chromium.org/23851041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/browser/shell_aura.cc')
-rw-r--r-- | content/shell/browser/shell_aura.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/shell_aura.cc b/content/shell/browser/shell_aura.cc index d2d3c38..da8460e 100644 --- a/content/shell/browser/shell_aura.cc +++ b/content/shell/browser/shell_aura.cc @@ -13,8 +13,8 @@ #include "ui/aura/window.h" #include "ui/base/accessibility/accessibility_types.h" #include "ui/base/clipboard/clipboard.h" -#include "ui/base/events/event.h" #include "ui/base/resource/resource_bundle.h" +#include "ui/events/event.h" #include "ui/gfx/screen.h" #include "ui/views/controls/button/label_button.h" #include "ui/views/controls/textfield/textfield.h" |