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