| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| index 685ec74227dc255a2da786d4c655873f3d3a508c..70e9880ad184c95d403ef11e1c6b4b0705e50d56 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| @@ -5,13 +5,13 @@
|
| #ifndef BluetoothRemoteGATTCharacteristic_h
|
| #define BluetoothRemoteGATTCharacteristic_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/dom/DOMArrayPiece.h"
|
| #include "core/dom/DOMDataView.h"
|
| #include "modules/EventTargetModules.h"
|
| #include "modules/bluetooth/BluetoothRemoteGATTService.h"
|
| #include "mojo/public/cpp/bindings/associated_binding_set.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/modules/bluetooth/web_bluetooth.mojom-blink.h"
|
|
|