| Index: device/bluetooth/bluetooth_socket_win.h
|
| diff --git a/device/bluetooth/bluetooth_socket_win.h b/device/bluetooth/bluetooth_socket_win.h
|
| index b5d3ef8dc5c8a766af6f7b5e1ea9b2aa6f348e60..c7b4ab110ae3d6233da77eaedaf24373442fd6d6 100644
|
| --- a/device/bluetooth/bluetooth_socket_win.h
|
| +++ b/device/bluetooth/bluetooth_socket_win.h
|
| @@ -51,7 +51,7 @@ class BluetoothSocketWin : public BluetoothSocketNet {
|
| const ErrorCompletionCallback& error_callback);
|
|
|
| // BluetoothSocketNet:
|
| - void ResetData();
|
| + void ResetData() override;
|
|
|
| // BluetoothSocket:
|
| void Accept(const AcceptCompletionCallback& success_callback,
|
|
|