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

Unified Diff: third_party/WebKit/Source/modules/webusb/USBInterface.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/USBInterface.h
diff --git a/third_party/WebKit/Source/modules/webusb/USBInterface.h b/third_party/WebKit/Source/modules/webusb/USBInterface.h
index dc240295ccf799f41336386d30219816b66e89b3..b1f91bd6f3ed06beb038d68b304c22fcb6b77316 100644
--- a/third_party/WebKit/Source/modules/webusb/USBInterface.h
+++ b/third_party/WebKit/Source/modules/webusb/USBInterface.h
@@ -30,7 +30,7 @@ class USBInterface : public GarbageCollected<USBInterface>,
size_t configuration_index,
size_t interface_index);
- const device::usb::blink::InterfaceInfo& Info() const;
+ const device::mojom::blink::UsbInterfaceInfo& Info() const;
uint8_t interfaceNumber() const { return Info().interface_number; }
USBAlternateInterface* alternate() const;
« no previous file with comments | « third_party/WebKit/Source/modules/webusb/USBEndpoint.cpp ('k') | third_party/WebKit/Source/modules/webusb/USBInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698