Index: chrome/browser/chromeos/bluetooth/bluetooth_adapter.h |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h b/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h |
index eb3715df4eb60a5004cb980308611adf7becac85..d9d4df5476172599ef83fe6bf2df16a6e338313a 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h |
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h |
@@ -33,9 +33,9 @@ class BluetoothDevice; |
// The class may be instantiated for either a specific adapter, or for the |
// generic "default adapter" which may change depending on availability. |
class BluetoothAdapter : public base::RefCounted<BluetoothAdapter>, |
- private BluetoothManagerClient::Observer, |
- private BluetoothAdapterClient::Observer, |
- private BluetoothDeviceClient::Observer { |
+ public BluetoothManagerClient::Observer, |
+ public BluetoothAdapterClient::Observer, |
+ public BluetoothDeviceClient::Observer { |
public: |
// Interface for observing changes from bluetooth adapters. |
class Observer { |