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

Unified Diff: third_party/WebKit/Source/modules/webusb/USBInterface.cpp

Issue 2821723002: Move classes in the device.usb Mojo namespace to device.mojom (Closed)
Patch Set: mcasas@ nits Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/modules/webusb/USBInterface.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webusb/USBInterface.cpp
diff --git a/third_party/WebKit/Source/modules/webusb/USBInterface.cpp b/third_party/WebKit/Source/modules/webusb/USBInterface.cpp
index 783cdde75100401905ea92de41ee0db09c78d29b..b4c0de8d1e3fa653351d113685adc8d6878473ef 100644
--- a/third_party/WebKit/Source/modules/webusb/USBInterface.cpp
+++ b/third_party/WebKit/Source/modules/webusb/USBInterface.cpp
@@ -43,7 +43,7 @@ USBInterface::USBInterface(const USBDevice* device,
device_->Info().configurations[configuration_index_]->interfaces.size());
}
-const device::usb::blink::InterfaceInfo& USBInterface::Info() const {
+const device::mojom::blink::UsbInterfaceInfo& USBInterface::Info() const {
return *device_->Info()
.configurations[configuration_index_]
->interfaces[interface_index_];
« no previous file with comments | « third_party/WebKit/Source/modules/webusb/USBInterface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698