diff options
author | dnicoara <dnicoara@chromium.org> | 2014-11-04 11:54:38 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-04 19:55:18 +0000 |
commit | 78a7347037f09a028e53a0c68ddf01d62a43703f (patch) | |
tree | e17e1c271df33365d7625cb197b10cf56f233558 /ui/platform_window | |
parent | c3217160b83bda911f598a61eef374bf70b08b32 (diff) | |
download | chromium_src-78a7347037f09a028e53a0c68ddf01d62a43703f.zip chromium_src-78a7347037f09a028e53a0c68ddf01d62a43703f.tar.gz chromium_src-78a7347037f09a028e53a0c68ddf01d62a43703f.tar.bz2 |
Move all event related devices from ui/events/ to ui/events/devices/
BUG=none
Review URL: https://codereview.chromium.org/685793002
Cr-Commit-Position: refs/heads/master@{#302647}
Diffstat (limited to 'ui/platform_window')
-rw-r--r-- | ui/platform_window/x11/x11_window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/platform_window/x11/x11_window.cc b/ui/platform_window/x11/x11_window.cc index e3a421c..e86cf3c 100644 --- a/ui/platform_window/x11/x11_window.cc +++ b/ui/platform_window/x11/x11_window.cc @@ -9,12 +9,12 @@ #include <X11/Xlib.h> #include <X11/Xutil.h> +#include "ui/events/devices/x11/touch_factory_x11.h" #include "ui/events/event.h" #include "ui/events/event_utils.h" #include "ui/events/platform/platform_event_dispatcher.h" #include "ui/events/platform/platform_event_source.h" #include "ui/events/platform/x11/x11_event_source.h" -#include "ui/events/x/touch_factory_x11.h" #include "ui/gfx/geometry/rect.h" #include "ui/gfx/x/x11_atom_cache.h" #include "ui/gfx/x/x11_types.h" |