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

Unified Diff: third_party/WebKit/Source/modules/webusb/USBAlternateInterface.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/USBAlternateInterface.h
diff --git a/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.h b/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.h
index 6e2c8b699011d9e24cffa5a4c5b31f06a4ecab65..91d21a9a150b7bc4639c2c50291406cb61529acd 100644
--- a/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.h
+++ b/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.h
@@ -28,7 +28,7 @@ class USBAlternateInterface : public GarbageCollected<USBAlternateInterface>,
USBAlternateInterface(const USBInterface*, size_t alternate_index);
- const device::usb::blink::AlternateInterfaceInfo& Info() const;
+ const device::mojom::blink::UsbAlternateInterfaceInfo& Info() const;
uint8_t alternateSetting() const { return Info().alternate_setting; }
uint8_t interfaceClass() const { return Info().class_code; }
« no previous file with comments | « third_party/WebKit/Source/modules/webusb/USB.cpp ('k') | third_party/WebKit/Source/modules/webusb/USBAlternateInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698