| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h
|
| index c012e371474b2eb27945f3f346800127394fd138..a68a8917fa8645a3afcefdeb274b5c6f92a6bca9 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h
|
| @@ -6,9 +6,9 @@
|
| #define BluetoothRemoteGATTService_h
|
|
|
| #include <memory>
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/modules/v8/StringOrUnsignedLong.h"
|
| #include "modules/bluetooth/BluetoothDevice.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/Heap.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|