Index: chrome/browser/chromeos/bluetooth/bluetooth_device.h |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_device.h b/chrome/browser/chromeos/bluetooth/bluetooth_device.h |
index 07d1c8908fc45caff4169811a7fc322a125edada..0064f48e11565148e3d5491f3308e11d00c1ceae 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_device.h |
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_device.h |
@@ -37,8 +37,8 @@ class BluetoothSocket; |
// Since the lifecycle of BluetoothDevice instances is managed by |
// BluetoothAdapter, that class rather than this provides observer methods |
// for devices coming and going, as well as properties being updated. |
-class BluetoothDevice : private BluetoothDeviceClient::Observer, |
- private BluetoothAgentServiceProvider::Delegate { |
+class BluetoothDevice : public BluetoothDeviceClient::Observer, |
+ public BluetoothAgentServiceProvider::Delegate { |
public: |
// Possible values that may be returned by GetDeviceType(), representing |
// different types of bluetooth device that we support or are aware of |