| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
|
| index 005d4c720827e71ab4db9dbfe26d42976894c83f..5b7593c3cd0415930a0c42e1b6b2fd409d4ff05b 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "modules/bluetooth/BluetoothAttributeInstanceMap.h"
|
|
|
| -#include "modules/bluetooth/BluetoothDevice.h"
|
| -#include "modules/bluetooth/BluetoothRemoteGATTService.h"
|
| #include <memory>
|
| #include <utility>
|
| +#include "modules/bluetooth/BluetoothDevice.h"
|
| +#include "modules/bluetooth/BluetoothRemoteGATTService.h"
|
|
|
| namespace blink {
|
|
|
|
|