| Index: device/bluetooth/bluetooth_gatt_connection.cc
|
| diff --git a/device/serial/serial_device_info.cc b/device/bluetooth/bluetooth_gatt_connection.cc
|
| similarity index 55%
|
| copy from device/serial/serial_device_info.cc
|
| copy to device/bluetooth/bluetooth_gatt_connection.cc
|
| index 9c7284da22fdf689a3c556d98e992c60ec1a7da5..721391e8d1a803db0aa87aa76d5d89b583a5b950 100644
|
| --- a/device/serial/serial_device_info.cc
|
| +++ b/device/bluetooth/bluetooth_gatt_connection.cc
|
| @@ -2,12 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "device/serial/serial_device_info.h"
|
| +#include "device/bluetooth/bluetooth_gatt_connection.h"
|
|
|
| namespace device {
|
|
|
| -SerialDeviceInfo::SerialDeviceInfo() {}
|
| +BluetoothGattConnection::BluetoothGattConnection() {
|
| +}
|
|
|
| -SerialDeviceInfo::~SerialDeviceInfo() {}
|
| +BluetoothGattConnection::~BluetoothGattConnection() {
|
| +}
|
|
|
| } // namespace device
|
|
|