Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(754)

Unified Diff: ui/events/devices/x11/touch_factory_x11.h

Issue 685793002: Move all event related devices from ui/events/ to ui/events/devices/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internal-touchscreens
Patch Set: fix ozone Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/devices/x11/device_list_cache_x11.cc ('k') | ui/events/devices/x11/touch_factory_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ui/events/devices/x11/device_list_cache_x11.cc ('k') | ui/events/devices/x11/touch_factory_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698