Index: device/bluetooth/bluetooth_socket.cc |
diff --git a/device/serial/serial_device_info.cc b/device/bluetooth/bluetooth_socket.cc |
similarity index 62% |
copy from device/serial/serial_device_info.cc |
copy to device/bluetooth/bluetooth_socket.cc |
index 9c7284da22fdf689a3c556d98e992c60ec1a7da5..26981ab382db5c206fbc8e3dbc10c4451a98cf35 100644 |
--- a/device/serial/serial_device_info.cc |
+++ b/device/bluetooth/bluetooth_socket.cc |
@@ -2,12 +2,10 @@ |
// 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_socket.h" |
namespace device { |
-SerialDeviceInfo::SerialDeviceInfo() {} |
- |
-SerialDeviceInfo::~SerialDeviceInfo() {} |
+BluetoothSocket::~BluetoothSocket() {} |
} // namespace device |