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

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: Fix ChromeOS Full build. Created 6 years, 8 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
« no previous file with comments | « device/bluetooth/bluetooth_socket.h ('k') | device/bluetooth/bluetooth_socket_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « device/bluetooth/bluetooth_socket.h ('k') | device/bluetooth/bluetooth_socket_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698