Index: ui/events/devices/device_hotplug_event_observer.h |
diff --git a/ui/events/device_hotplug_event_observer.h b/ui/events/devices/device_hotplug_event_observer.h |
similarity index 75% |
rename from ui/events/device_hotplug_event_observer.h |
rename to ui/events/devices/device_hotplug_event_observer.h |
index 1e709902d79ad98534ecce82c1b851c714fce739..7219c5e382aef2cefe2cc44e0e5eefcb0e55b4bb 100644 |
--- a/ui/events/device_hotplug_event_observer.h |
+++ b/ui/events/devices/device_hotplug_event_observer.h |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_EVENTS_DEVICE_HOTPLUG_EVENT_OBSERVER_H_ |
-#define UI_EVENTS_DEVICE_HOTPLUG_EVENT_OBSERVER_H_ |
+#ifndef UI_EVENTS_DEVICES_DEVICE_HOTPLUG_EVENT_OBSERVER_H_ |
+#define UI_EVENTS_DEVICES_DEVICE_HOTPLUG_EVENT_OBSERVER_H_ |
#include <vector> |
-#include "ui/events/events_base_export.h" |
+#include "ui/events/devices/events_devices_export.h" |
namespace ui { |
@@ -15,7 +15,7 @@ struct KeyboardDevice; |
struct TouchscreenDevice; |
// Listener for specific input device hotplug events. |
-class EVENTS_BASE_EXPORT DeviceHotplugEventObserver { |
+class EVENTS_DEVICES_EXPORT DeviceHotplugEventObserver { |
public: |
virtual ~DeviceHotplugEventObserver() {} |
@@ -32,4 +32,4 @@ class EVENTS_BASE_EXPORT DeviceHotplugEventObserver { |
} // namespace ui |
-#endif // UI_EVENTS_DEVICE_HOTPLUG_EVENT_OBSERVER_H_ |
+#endif // UI_EVENTS_DEVICES_DEVICE_HOTPLUG_EVENT_OBSERVER_H_ |