| Index: ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| diff --git a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| index 482d4f09edc7044ca55ae146e732ddb987cf3472..89565fd0698c540fbe994281a6025c9f5ed78ad4 100644
|
| --- a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| +++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| @@ -394,7 +394,7 @@ class BluetoothDetailedView : public TrayDetailsView,
|
| } // namespace tray
|
|
|
| TrayBluetooth::TrayBluetooth(SystemTray* system_tray)
|
| - : SystemTrayItem(system_tray), default_(NULL), detailed_(NULL) {
|
| + : SystemTrayItem(system_tray, BLUETOOTH), default_(NULL), detailed_(NULL) {
|
| WmShell::Get()->system_tray_notifier()->AddBluetoothObserver(this);
|
| }
|
|
|
|
|