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

Unified Diff: ui/events/devices/input_device_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/input_device_event_observer.h
diff --git a/ui/events/input_device_event_observer.h b/ui/events/devices/input_device_event_observer.h
similarity index 73%
rename from ui/events/input_device_event_observer.h
rename to ui/events/devices/input_device_event_observer.h
index c23fe9a6b7bb6f1e1c1746f432d9e8754b7b6518..9292510a8ab00f36b2e1cb525a33db39a4334040 100644
--- a/ui/events/input_device_event_observer.h
+++ b/ui/events/devices/input_device_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_INPUT_DEVICE_EVENT_OBSERVER_H_
-#define UI_EVENTS_INPUT_DEVICE_EVENT_OBSERVER_H_
+#ifndef UI_EVENTS_DEVICES_INPUT_DEVICE_EVENT_OBSERVER_H_
+#define UI_EVENTS_DEVICES_INPUT_DEVICE_EVENT_OBSERVER_H_
namespace ui {
@@ -18,4 +18,4 @@ class InputDeviceEventObserver {
} // namespace ui
-#endif // UI_EVENTS_INPUT_DEVICE_EVENT_OBSERVER_H_
+#endif // UI_EVENTS_DEVICES_INPUT_DEVICE_EVENT_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698