summaryrefslogtreecommitdiffstats
path: root/ash/shell
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-26 06:55:09 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-26 06:55:09 +0000
commita6147a2157592761fd071b91b87d65f63baf0f5b (patch)
treeb65ae215f3fde65c431d97a3a1fa880f21d549a3 /ash/shell
parentdf9430603f01bc5710ab44cec32c3b60e45c459c (diff)
downloadchromium_src-a6147a2157592761fd071b91b87d65f63baf0f5b.zip
chromium_src-a6147a2157592761fd071b91b87d65f63baf0f5b.tar.gz
chromium_src-a6147a2157592761fd071b91b87d65f63baf0f5b.tar.bz2
events: Move all references to ui/base/ from ui/events.
Notable changes: * Move TouchFactory from ui/base/ into ui/events/x/. * Split out some switches from ui/base/ into ui/events/. * Move SequentialIDGenerator from ui/base/ into ui/gfx/. BUG=none R=ben@chromium.org Review URL: https://codereview.chromium.org/24692003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell')
-rw-r--r--ash/shell/content_client/shell_browser_main_parts.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell/content_client/shell_browser_main_parts.cc b/ash/shell/content_client/shell_browser_main_parts.cc
index 06473f2..46575ae 100644
--- a/ash/shell/content_client/shell_browser_main_parts.cc
+++ b/ash/shell/content_client/shell_browser_main_parts.cc
@@ -34,7 +34,7 @@
#include "ui/views/test/test_views_delegate.h"
#if defined(USE_X11)
-#include "ui/base/touch/touch_factory_x11.h"
+#include "ui/events/x/touch_factory_x11.h"
#endif
#if defined(OS_CHROMEOS)