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

Unified Diff: ui/events/devices/device_data_manager.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/BUILD.gn ('k') | ui/events/devices/device_data_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/devices/device_data_manager.h
diff --git a/ui/events/device_data_manager.h b/ui/events/devices/device_data_manager.h
similarity index 84%
rename from ui/events/device_data_manager.h
rename to ui/events/devices/device_data_manager.h
index 4593d401a91a14842fcd69f650ece2c114faefca..7d7a00941d8a64bf12bca49562691d909ddf8a62 100644
--- a/ui/events/device_data_manager.h
+++ b/ui/events/devices/device_data_manager.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_DEVICE_DATA_MANAGER_H_
-#define UI_EVENTS_DEVICE_DATA_MANAGER_H_
+#ifndef UI_EVENTS_DEVICES_DEVICE_DATA_MANAGER_H_
+#define UI_EVENTS_DEVICES_DEVICE_DATA_MANAGER_H_
#include <stdint.h>
@@ -12,10 +12,10 @@
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/observer_list.h"
-#include "ui/events/device_hotplug_event_observer.h"
-#include "ui/events/events_base_export.h"
-#include "ui/events/keyboard_device.h"
-#include "ui/events/touchscreen_device.h"
+#include "ui/events/devices/device_hotplug_event_observer.h"
+#include "ui/events/devices/events_devices_export.h"
+#include "ui/events/devices/keyboard_device.h"
+#include "ui/events/devices/touchscreen_device.h"
#include "ui/gfx/transform.h"
namespace ui {
@@ -23,7 +23,8 @@ namespace ui {
class InputDeviceEventObserver;
// Keeps track of device mappings and event transformations.
-class EVENTS_BASE_EXPORT DeviceDataManager : public DeviceHotplugEventObserver {
+class EVENTS_DEVICES_EXPORT DeviceDataManager
+ : public DeviceHotplugEventObserver {
public:
static const int kMaxDeviceNum = 128;
~DeviceDataManager() override;
@@ -86,4 +87,4 @@ class EVENTS_BASE_EXPORT DeviceDataManager : public DeviceHotplugEventObserver {
} // namespace ui
-#endif // UI_EVENTS_DEVICE_DATA_MANAGER_H_
+#endif // UI_EVENTS_DEVICES_DEVICE_DATA_MANAGER_H_
« no previous file with comments | « ui/events/devices/BUILD.gn ('k') | ui/events/devices/device_data_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698