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

Unified Diff: third_party/WebKit/Source/modules/webusb/USBConfiguration.h

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.h
diff --git a/third_party/WebKit/Source/modules/webusb/USBConfiguration.h b/third_party/WebKit/Source/modules/webusb/USBConfiguration.h
index 9912ac05d3f35d5049e043064dfba4cd15e3d04d..67c450564db910c43f04cec03c9d792e5bef9b8f 100644
--- a/third_party/WebKit/Source/modules/webusb/USBConfiguration.h
+++ b/third_party/WebKit/Source/modules/webusb/USBConfiguration.h
@@ -29,7 +29,7 @@ class USBConfiguration : public GarbageCollected<USBConfiguration>,
const USBDevice* Device() const;
size_t Index() const;
- const device::usb::blink::ConfigurationInfo& Info() const;
+ const device::mojom::blink::UsbConfigurationInfo& Info() const;
uint8_t configurationValue() const { return Info().configuration_value; }
String configurationName() const { return Info().configuration_name; }

Powered by Google App Engine
This is Rietveld 408576698