| Index: device/bluetooth/bluetooth_gatt_connection.cc
|
| diff --git a/device/serial/serial_device_enumerator.cc b/device/bluetooth/bluetooth_gatt_connection.cc
|
| similarity index 55%
|
| copy from device/serial/serial_device_enumerator.cc
|
| copy to device/bluetooth/bluetooth_gatt_connection.cc
|
| index 586d33d8446698e51911ab9cabfc7b4738e1e042..721391e8d1a803db0aa87aa76d5d89b583a5b950 100644
|
| --- a/device/serial/serial_device_enumerator.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_enumerator.h"
|
| +#include "device/bluetooth/bluetooth_gatt_connection.h"
|
|
|
| namespace device {
|
|
|
| -SerialDeviceEnumerator::SerialDeviceEnumerator() {}
|
| +BluetoothGattConnection::BluetoothGattConnection() {
|
| +}
|
|
|
| -SerialDeviceEnumerator::~SerialDeviceEnumerator() {}
|
| +BluetoothGattConnection::~BluetoothGattConnection() {
|
| +}
|
|
|
| } // namespace device
|
|
|