Index: device/bluetooth/bluetooth_profile.h |
diff --git a/device/bluetooth/bluetooth_profile.h b/device/bluetooth/bluetooth_profile.h |
index 466bdf2a6678a9fc4e2b5350feac107bc8a6ab9c..73cf585740f37676bececf4e3b938c4d0e4898fc 100644 |
--- a/device/bluetooth/bluetooth_profile.h |
+++ b/device/bluetooth/bluetooth_profile.h |
@@ -95,9 +95,7 @@ class BluetoothProfile { |
typedef base::Callback<void(scoped_refptr<BluetoothSocket>)> SocketCallback; |
virtual void SetConnectionCallback(const SocketCallback& callback) = 0; |
- private: |
- friend class BluetoothProfileMac; |
- |
+ protected: |
BluetoothProfile(); |
virtual ~BluetoothProfile(); |
}; |