| Index: ash/system/bluetooth/tray_bluetooth.h
|
| diff --git a/ash/system/bluetooth/tray_bluetooth.h b/ash/system/bluetooth/tray_bluetooth.h
|
| index 2ae655b0b4e1723f4464ce40d16617daac9f21db..2e452c643d971998726b9cb5924e1454540b8c80 100644
|
| --- a/ash/system/bluetooth/tray_bluetooth.h
|
| +++ b/ash/system/bluetooth/tray_bluetooth.h
|
| @@ -19,7 +19,7 @@ class BluetoothDetailedView;
|
| class TrayBluetooth : public SystemTrayItem,
|
| public BluetoothObserver {
|
| public:
|
| - TrayBluetooth();
|
| + explicit TrayBluetooth(SystemTray* system_tray);
|
| virtual ~TrayBluetooth();
|
|
|
| private:
|
|
|