| 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 | 
|  |