| Index: third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferResult.h
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferResult.h b/third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferResult.h
|
| index 76855a6e37a5a38fa692fb4fef3ab5f31c212b41..0b04978fa2522415262a5e3007302e6649fa2ea5 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferResult.h
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferResult.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef USBIsochronousInTransferResult_h
|
| #define USBIsochronousInTransferResult_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/DOMArrayBuffer.h"
|
| #include "core/dom/DOMDataView.h"
|
| #include "modules/webusb/USBIsochronousInTransferPacket.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|
|
|