Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Unified Diff: device/bluetooth/bluetooth_socket.cc

Issue 180163009: chrome.bluetooth API improvements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address code review feedback, simplify threading model. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698