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

Unified Diff: third_party/WebKit/Source/modules/webusb/USBConfiguration.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
Index: third_party/WebKit/Source/modules/webusb/USBConfiguration.cpp
diff --git a/third_party/WebKit/Source/modules/webusb/USBConfiguration.cpp b/third_party/WebKit/Source/modules/webusb/USBConfiguration.cpp
index cab418af786a0d71a350f5e7f73d63c07b97ac0c..96239557c7ec05523ee8503249f0e096d0c8b3cc 100644
--- a/third_party/WebKit/Source/modules/webusb/USBConfiguration.cpp
+++ b/third_party/WebKit/Source/modules/webusb/USBConfiguration.cpp
@@ -43,7 +43,8 @@ size_t USBConfiguration::Index() const {
return configuration_index_;
}
-const device::usb::blink::ConfigurationInfo& USBConfiguration::Info() const {
+const device::mojom::blink::UsbConfigurationInfo& USBConfiguration::Info()
+ const {
return *device_->Info().configurations[configuration_index_];
}
« no previous file with comments | « third_party/WebKit/Source/modules/webusb/USBConfiguration.h ('k') | third_party/WebKit/Source/modules/webusb/USBDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698