Index: ui/events/devices/device_data_manager_x11.cc |
diff --git a/ui/events/x/device_data_manager_x11.cc b/ui/events/devices/device_data_manager_x11.cc |
similarity index 99% |
rename from ui/events/x/device_data_manager_x11.cc |
rename to ui/events/devices/device_data_manager_x11.cc |
index 4b29631d1a4927ca41d04f6f8a4053b39846f3e9..0283d9b2ccadcccff6d8974191db60e48fad9ada 100644 |
--- a/ui/events/x/device_data_manager_x11.cc |
+++ b/ui/events/devices/device_data_manager_x11.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ui/events/x/device_data_manager_x11.h" |
+#include "ui/events/devices/device_data_manager_x11.h" |
#include <X11/extensions/XInput.h> |
#include <X11/extensions/XInput2.h> |
@@ -13,9 +13,9 @@ |
#include "base/logging.h" |
#include "base/memory/singleton.h" |
#include "base/sys_info.h" |
+#include "ui/events/devices/keyboard_device.h" |
#include "ui/events/event_constants.h" |
#include "ui/events/event_switches.h" |
-#include "ui/events/keyboard_device.h" |
#include "ui/events/keycodes/keyboard_code_conversion_x.h" |
#include "ui/events/x/device_list_cache_x.h" |
#include "ui/events/x/touch_factory_x11.h" |