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

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

Issue 1902263004: Mojo: Change the blink variant from "wtf" to "blink". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 b753dc18f43defd87fe75f9684bd1a677316b6ef..a075f105289f2ab3846a61ae28b79c29dbe071a2 100644
--- a/third_party/WebKit/Source/modules/webusb/USBConfiguration.h
+++ b/third_party/WebKit/Source/modules/webusb/USBConfiguration.h
@@ -6,7 +6,7 @@
#define USBConfiguration_h
#include "bindings/core/v8/ScriptWrappable.h"
-#include "device/usb/public/interfaces/device.mojom-wtf.h"
+#include "device/usb/public/interfaces/device.mojom-blink.h"
#include "platform/heap/Handle.h"
namespace blink {
@@ -27,7 +27,7 @@ public:
const USBDevice* device() const;
size_t index() const;
- const device::usb::wtf::ConfigurationInfo& info() const;
+ const device::usb::blink::ConfigurationInfo& 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