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

Unified Diff: device/devices_app/usb/type_converters.h

Issue 1165223004: Introduce the devices Mojo app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move mojo USB sources into devices_app to keep mojo dependencies separated from device/usb Created 5 years, 6 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: 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_
« no previous file with comments | « device/devices_app/usb/public/interfaces/device_manager.mojom ('k') | device/devices_app/usb/type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698