Index: services/ui/input_devices/input_device_server.h |
diff --git a/components/mus/input_devices/input_device_server.h b/services/ui/input_devices/input_device_server.h |
similarity index 90% |
rename from components/mus/input_devices/input_device_server.h |
rename to services/ui/input_devices/input_device_server.h |
index af0e0e704e6014bd533a8280504f91944ce86342..75c1ec75ff1362b438336f8d0ea0540e99d62cca 100644 |
--- a/components/mus/input_devices/input_device_server.h |
+++ b/services/ui/input_devices/input_device_server.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_MUS_INPUT_DEVICES_INPUT_DEVICE_SERVER_H_ |
-#define COMPONENTS_MUS_INPUT_DEVICES_INPUT_DEVICE_SERVER_H_ |
+#ifndef SERVICES_UI_INPUT_DEVICES_INPUT_DEVICE_SERVER_H_ |
+#define SERVICES_UI_INPUT_DEVICES_INPUT_DEVICE_SERVER_H_ |
#include "base/macros.h" |
-#include "components/mus/public/interfaces/input_devices/input_device_server.mojom.h" |
#include "mojo/public/cpp/bindings/binding_set.h" |
#include "mojo/public/cpp/bindings/interface_ptr_set.h" |
#include "services/shell/public/cpp/connection.h" |
#include "services/shell/public/cpp/interface_factory.h" |
+#include "services/ui/public/interfaces/input_devices/input_device_server.mojom.h" |
#include "ui/events/devices/device_data_manager.h" |
#include "ui/events/devices/input_device_event_observer.h" |
@@ -66,4 +66,4 @@ class InputDeviceServer |
} // namespace mus |
-#endif // COMPONENTS_MUS_INPUT_DEVICES_INPUT_DEVICE_SERVER_H_ |
+#endif // SERVICES_UI_INPUT_DEVICES_INPUT_DEVICE_SERVER_H_ |