summaryrefslogtreecommitdiffstats
path: root/ash/touch/touch_hud_debug.cc
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-25 09:15:17 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-25 09:15:17 +0000
commit10cc8ed528d01ec178705deaf0d280c83b9fa71c (patch)
treece1268b05dc0471d5ffd0e6fac60282176fb42c2 /ash/touch/touch_hud_debug.cc
parent1f4696c82c247e23c4fb1387f90e62424707e515 (diff)
downloadchromium_src-10cc8ed528d01ec178705deaf0d280c83b9fa71c.zip
chromium_src-10cc8ed528d01ec178705deaf0d280c83b9fa71c.tar.gz
chromium_src-10cc8ed528d01ec178705deaf0d280c83b9fa71c.tar.bz2
events: Make platform specific events code into ui/events/.
Notable changes: * Move events_win and events_x from ui/base/ into ui/events/ * Move DeviceDataManager, and DeviceListCache into ui/events/ * Move X11AtomCache from ui/base/x into ui/gfx/x * Move some X11 util functions from ui/base/ into ui/events/ BUG=none R=ben@chromium.org Review URL: https://codereview.chromium.org/24482004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/touch/touch_hud_debug.cc')
-rw-r--r--ash/touch/touch_hud_debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/touch/touch_hud_debug.cc b/ash/touch/touch_hud_debug.cc
index e46b303..921c31c6 100644
--- a/ash/touch/touch_hud_debug.cc
+++ b/ash/touch/touch_hud_debug.cc
@@ -27,7 +27,7 @@
#include <X11/extensions/XInput2.h>
#include <X11/Xlib.h>
-#include "ui/base/x/device_data_manager.h"
+#include "ui/events/x/device_data_manager.h"
#endif
namespace ash {