| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| index 3efeeaafe706694ed7ef19383ac6d2af15df37b2..4be66837c5cb658f43a3433caaadabab9a0f34c6 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| @@ -6,10 +6,10 @@
|
| #define BluetoothDevice_h
|
|
|
| #include <memory>
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "modules/EventTargetModules.h"
|
| #include "modules/bluetooth/BluetoothRemoteGATTServer.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Heap.h"
|
| #include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/modules/bluetooth/web_bluetooth.mojom-blink.h"
|
|
|