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

Unified Diff: ui/events/devices/device_hotplug_event_observer.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: Fixed ash include Created 6 years, 2 months 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
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 84%
rename from ui/events/device_hotplug_event_observer.h
rename to ui/events/devices/device_hotplug_event_observer.h
index 1e709902d79ad98534ecce82c1b851c714fce739..66e5e6445c4aec41e5176c7fc40e667b3bd44140 100644
--- a/ui/events/device_hotplug_event_observer.h
+++ b/ui/events/devices/device_hotplug_event_observer.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_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>
@@ -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_

Powered by Google App Engine
This is Rietveld 408576698