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

Unified Diff: device/bluetooth/bluetooth_gatt_connection.cc

Issue 336933002: device/bluetooth: Introduce BluetoothGattConnection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ErrorCallback -> ConnectErrorCallback Created 6 years, 6 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_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

Powered by Google App Engine
This is Rietveld 408576698