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

Unified Diff: device/bluetooth/bluetooth_l2cap_channel_mac.mm

Issue 1220713006: Renaming BluetoothDeviceMac as BluetoothClassicDeviceMac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dm
Patch Set: learning alphabet Created 5 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_l2cap_channel_mac.mm
diff --git a/device/bluetooth/bluetooth_l2cap_channel_mac.mm b/device/bluetooth/bluetooth_l2cap_channel_mac.mm
index 2f38f3f89df11763b34a0ae7ad048eda90fe8c97..218721c3f83f51815230efc668bd2931851a60a5 100644
--- a/device/bluetooth/bluetooth_l2cap_channel_mac.mm
+++ b/device/bluetooth/bluetooth_l2cap_channel_mac.mm
@@ -6,7 +6,7 @@
#include "base/logging.h"
#include "base/mac/sdk_forward_declarations.h"
-#include "device/bluetooth/bluetooth_device_mac.h"
+#include "device/bluetooth/bluetooth_classic_device_mac.h"
#include "device/bluetooth/bluetooth_socket_mac.h"
// A simple delegate class for an open L2CAP channel that forwards methods to
@@ -142,7 +142,7 @@ void BluetoothL2capChannelMac::OnChannelOpenComplete(
}
socket()->OnChannelOpenComplete(
- BluetoothDeviceMac::GetDeviceAddress([channel getDevice]), status);
+ BluetoothClassicDeviceMac::GetDeviceAddress([channel getDevice]), status);
}
void BluetoothL2capChannelMac::OnChannelClosed(

Powered by Google App Engine
This is Rietveld 408576698