| Index: third_party/WebKit/Source/modules/webusb/USB.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USB.cpp b/third_party/WebKit/Source/modules/webusb/USB.cpp
|
| index 371de1e1ad98e844f3c24498b890aa1d2279cfa5..236a627181d4589dff98cc559aa54205753a3f6a 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USB.cpp
|
| +++ b/third_party/WebKit/Source/modules/webusb/USB.cpp
|
| @@ -17,9 +17,9 @@
|
| #include "modules/webusb/USBDeviceRequestOptions.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/mojo/MojoHelper.h"
|
| +#include "platform/wtf/Functional.h"
|
| #include "public/platform/InterfaceProvider.h"
|
| #include "public/platform/Platform.h"
|
| -#include "wtf/Functional.h"
|
|
|
| namespace usb = device::usb::blink;
|
|
|
|
|