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