Index: device/devices_app/usb/type_converters.h |
diff --git a/device/usb/type_converters.h b/device/devices_app/usb/type_converters.h |
similarity index 91% |
rename from device/usb/type_converters.h |
rename to device/devices_app/usb/type_converters.h |
index b8e1a734c68bf72786252cae38dd6fab0d502827..32d5b60158d02c51ed5c50a7a76f0c882eb0ace5 100644 |
--- a/device/usb/type_converters.h |
+++ b/device/devices_app/usb/type_converters.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef DEVICE_USB_TYPE_CONVERTERS_H_ |
-#define DEVICE_USB_TYPE_CONVERTERS_H_ |
+#ifndef DEVICE_DEVICES_APP_USB_TYPE_CONVERTERS_H_ |
+#define DEVICE_DEVICES_APP_USB_TYPE_CONVERTERS_H_ |
#include <vector> |
-#include "device/usb/public/interfaces/device.mojom.h" |
-#include "device/usb/public/interfaces/device_manager.mojom.h" |
+#include "device/devices_app/usb/public/interfaces/device.mojom.h" |
+#include "device/devices_app/usb/public/interfaces/device_manager.mojom.h" |
#include "device/usb/usb_descriptors.h" |
#include "device/usb/usb_device_filter.h" |
#include "device/usb/usb_device_handle.h" |
@@ -101,4 +101,4 @@ struct TypeConverter<device::usb::DeviceInfoPtr, device::UsbDevice> { |
} // namespace mojo |
-#endif // DEVICE_USB_TYPE_CONVERTERS_H_ |
+#endif // DEVICE_DEVICES_APP_USB_TYPE_CONVERTERS_H_ |