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

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

Issue 1850023002: Consume Mojo services directly in Blink's WebUSB implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't do assignments in if statements. 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/USBOutTransferResult.h
diff --git a/third_party/WebKit/Source/modules/webusb/USBOutTransferResult.h b/third_party/WebKit/Source/modules/webusb/USBOutTransferResult.h
index 27756ca0d20ae66de72005617484e74466394c05..04caa8d33ef16b9a876c239a2763c9af873d22f6 100644
--- a/third_party/WebKit/Source/modules/webusb/USBOutTransferResult.h
+++ b/third_party/WebKit/Source/modules/webusb/USBOutTransferResult.h
@@ -6,9 +6,7 @@
#define USBOutTransferResult_h
#include "bindings/core/v8/ScriptWrappable.h"
-#include "core/dom/DOMArrayBuffer.h"
#include "platform/heap/Handle.h"
-#include "public/platform/modules/webusb/WebUSBTransferInfo.h"
#include "wtf/text/WTFString.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/modules/webusb/USBInterface.cpp ('k') | third_party/WebKit/Source/platform/MojoHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698