summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_aura.cc
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-04 21:33:02 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-04 21:33:02 +0000
commit153472d73d74faab350e28d7ea23e6628792a35d (patch)
tree594172b72a92f6905624294f8fd4756425002d71 /content/shell/shell_aura.cc
parent667591d12e8119a0791ee3a12cb5cc4605104eba (diff)
downloadchromium_src-153472d73d74faab350e28d7ea23e6628792a35d.zip
chromium_src-153472d73d74faab350e28d7ea23e6628792a35d.tar.gz
chromium_src-153472d73d74faab350e28d7ea23e6628792a35d.tar.bz2
events: Move some files into ui/base/events/
BUG=none TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10917075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_aura.cc')
-rw-r--r--content/shell/shell_aura.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/shell/shell_aura.cc b/content/shell/shell_aura.cc
index 9a0cf9f..b956aec 100644
--- a/content/shell/shell_aura.cc
+++ b/content/shell/shell_aura.cc
@@ -10,11 +10,11 @@
#include "ui/aura/display_manager.h"
#include "ui/aura/env.h"
#include "ui/aura/root_window.h"
-#include "ui/aura/window.h"
#include "ui/aura/single_display_manager.h"
+#include "ui/aura/window.h"
#include "ui/base/accessibility/accessibility_types.h"
#include "ui/base/clipboard/clipboard.h"
-#include "ui/base/event.h"
+#include "ui/base/events/event.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/screen.h"
#include "ui/views/controls/button/text_button.h"