Index: ui/events/devices/x11/touch_factory_x11.h |
diff --git a/ui/events/x/touch_factory_x11.h b/ui/events/devices/x11/touch_factory_x11.h |
similarity index 95% |
rename from ui/events/x/touch_factory_x11.h |
rename to ui/events/devices/x11/touch_factory_x11.h |
index 69eee71e17f66b0084f8f042eeb8750ec6993da6..b5bf027bd8657cd4d614161206486f39155a65a6 100644 |
--- a/ui/events/x/touch_factory_x11.h |
+++ b/ui/events/devices/x11/touch_factory_x11.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_EVENTS_X_TOUCH_FACTORY_X11_H_ |
-#define UI_EVENTS_X_TOUCH_FACTORY_X11_H_ |
+#ifndef UI_EVENTS_DEVICES_X11_TOUCH_FACTORY_X11_H_ |
+#define UI_EVENTS_DEVICES_X11_TOUCH_FACTORY_X11_H_ |
#include <bitset> |
#include <map> |
@@ -11,7 +11,7 @@ |
#include <utility> |
#include <vector> |
-#include "ui/events/events_base_export.h" |
+#include "ui/events/devices/events_devices_export.h" |
#include "ui/gfx/sequential_id_generator.h" |
template <typename T> struct DefaultSingletonTraits; |
@@ -24,7 +24,7 @@ typedef union _XEvent XEvent; |
namespace ui { |
// Functions related to determining touch devices. |
-class EVENTS_BASE_EXPORT TouchFactory { |
+class EVENTS_DEVICES_EXPORT TouchFactory { |
private: |
TouchFactory(); |
~TouchFactory(); |
@@ -153,4 +153,4 @@ class EVENTS_BASE_EXPORT TouchFactory { |
} // namespace ui |
-#endif // UI_EVENTS_X_TOUCH_FACTORY_X11_H_ |
+#endif // UI_EVENTS_DEVICES_X11_TOUCH_FACTORY_X11_H_ |