| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
| index 5bb30dcee289873b758cd30fe27b32468452262c..c2533b150dc54cc0d1ab227fdfd8414aa6edd48f 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
| @@ -19,7 +19,8 @@ class ScriptPromise;
|
| class ScriptPromiseResolver;
|
| class ScriptState;
|
|
|
| -// BluetoothRemoteGATTServer provides a way to interact with a connected bluetooth peripheral.
|
| +// BluetoothRemoteGATTServer provides a way to interact with a connected
|
| +// bluetooth peripheral.
|
| class BluetoothRemoteGATTServer final
|
| : public GarbageCollected<BluetoothRemoteGATTServer>,
|
| public ScriptWrappable {
|
|
|