summaryrefslogtreecommitdiffstats
path: root/ash/shelf/overflow_bubble.cc
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-18 18:11:54 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-18 18:11:54 +0000
commit86ccbd412375d364cd2e1ea6fabbe696998828fe (patch)
tree4891f52890bbc3a39983b25229660a4822b1412a /ash/shelf/overflow_bubble.cc
parentc51461c08853fd38c3eccda1646cfcc3ceff7b06 (diff)
downloadchromium_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 'ash/shelf/overflow_bubble.cc')
-rw-r--r--ash/shelf/overflow_bubble.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shelf/overflow_bubble.cc b/ash/shelf/overflow_bubble.cc
index 6bf2f96..84a3b8b 100644
--- a/ash/shelf/overflow_bubble.cc
+++ b/ash/shelf/overflow_bubble.cc
@@ -15,7 +15,7 @@
#include "ash/system/tray/system_tray.h"
#include "ui/aura/client/screen_position_client.h"
#include "ui/aura/root_window.h"
-#include "ui/base/events/event.h"
+#include "ui/events/event.h"
#include "ui/gfx/insets.h"
#include "ui/gfx/screen.h"
#include "ui/views/bubble/bubble_delegate.h"