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

Unified Diff: device/bluetooth/bluetooth_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_channel_mac.mm
diff --git a/device/bluetooth/bluetooth_channel_mac.mm b/device/bluetooth/bluetooth_channel_mac.mm
index 50f31b991fc3655445a1e9ccb4a49bf6dd129373..fc242ed64b1e28656205e265d0043bd8732ce5bb 100644
--- a/device/bluetooth/bluetooth_channel_mac.mm
+++ b/device/bluetooth/bluetooth_channel_mac.mm
@@ -7,7 +7,7 @@
#import <IOBluetooth/IOBluetooth.h>
#include "base/logging.h"
-#include "device/bluetooth/bluetooth_device_mac.h"
+#include "device/bluetooth/bluetooth_classic_device_mac.h"
namespace device {
@@ -23,7 +23,7 @@ void BluetoothChannelMac::SetSocket(BluetoothSocketMac* socket) {
}
std::string BluetoothChannelMac::GetDeviceAddress() {
- return BluetoothDeviceMac::GetDeviceAddress(GetDevice());
+ return BluetoothClassicDeviceMac::GetDeviceAddress(GetDevice());
}
} // namespace device

Powered by Google App Engine
This is Rietveld 408576698