Index: device/bluetooth/bluetooth_socket_mac.h |
diff --git a/device/bluetooth/bluetooth_socket_mac.h b/device/bluetooth/bluetooth_socket_mac.h |
index 5689a42332bcf1c9831be2b0badb881a669bddbe..efe2cfabc53fb5efbd50ec72f86268273ea7da52 100644 |
--- a/device/bluetooth/bluetooth_socket_mac.h |
+++ b/device/bluetooth/bluetooth_socket_mac.h |
@@ -11,10 +11,8 @@ |
#include "device/bluetooth/bluetooth_socket.h" |
#ifdef __OBJC__ |
-@class BluetoothRFCOMMChannelDelegate; |
@class IOBluetoothRFCOMMChannel; |
#else |
-class BluetoothRFCOMMChannelDelegate; |
class IOBluetoothRFCOMMChannel; |
#endif |
@@ -54,7 +52,6 @@ class BluetoothSocketMac : public BluetoothSocket { |
void ResetIncomingDataBuffer(); |
IOBluetoothRFCOMMChannel* rfcomm_channel_; |
- BluetoothRFCOMMChannelDelegate* delegate_; |
scoped_refptr<net::GrowableIOBuffer> incoming_data_buffer_; |
std::string error_message_; |