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

Unified Diff: device/bluetooth/bluetooth_rfcomm_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_rfcomm_channel_mac.mm
diff --git a/device/bluetooth/bluetooth_rfcomm_channel_mac.mm b/device/bluetooth/bluetooth_rfcomm_channel_mac.mm
index 693a29658570a65e110c580ad72b3a416341a6fb..2b27a1c3f6b3ecbfec14efde00a60ac47842da35 100644
--- a/device/bluetooth/bluetooth_rfcomm_channel_mac.mm
+++ b/device/bluetooth/bluetooth_rfcomm_channel_mac.mm
@@ -5,7 +5,7 @@
#include "device/bluetooth/bluetooth_rfcomm_channel_mac.h"
#include "base/logging.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 RFCOMM channel that forwards methods to
@@ -137,7 +137,7 @@ void BluetoothRfcommChannelMac::OnChannelOpenComplete(
}
socket()->OnChannelOpenComplete(
- BluetoothDeviceMac::GetDeviceAddress([channel getDevice]), status);
+ BluetoothClassicDeviceMac::GetDeviceAddress([channel getDevice]), status);
}
void BluetoothRfcommChannelMac::OnChannelClosed(

Powered by Google App Engine
This is Rietveld 408576698