| 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 720273113bd2aabde626dd963f876380735974ea..c012e371474b2eb27945f3f346800127394fd138 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h
|
| @@ -5,14 +5,14 @@
|
| #ifndef BluetoothRemoteGATTService_h
|
| #define BluetoothRemoteGATTService_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/modules/v8/StringOrUnsignedLong.h"
|
| #include "modules/bluetooth/BluetoothDevice.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/Heap.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/modules/bluetooth/web_bluetooth.mojom-blink.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|