| Index: ash/system/chromeos/bluetooth/tray_bluetooth.cc
|
| diff --git a/ash/system/chromeos/bluetooth/tray_bluetooth.cc b/ash/system/chromeos/bluetooth/tray_bluetooth.cc
|
| index eef16fa8ef1e3f3a8821a2cc9ba099a1195b201a..9a1bd2031e2745ec774cc41ea5fa0970a2149b62 100644
|
| --- a/ash/system/chromeos/bluetooth/tray_bluetooth.cc
|
| +++ b/ash/system/chromeos/bluetooth/tray_bluetooth.cc
|
| @@ -349,9 +349,8 @@ class BluetoothDetailedView : public TrayDetailsView,
|
| delegate->ManageBluetoothDevices();
|
| } else if (sender == enable_bluetooth_) {
|
| WmShell::Get()->RecordUserMetricsAction(
|
| - delegate->GetBluetoothEnabled()
|
| - ? UMA_STATUS_AREA_BLUETOOTH_DISABLED
|
| - : UMA_STATUS_AREA_BLUETOOTH_ENABLED);
|
| + delegate->GetBluetoothEnabled() ? UMA_STATUS_AREA_BLUETOOTH_DISABLED
|
| + : UMA_STATUS_AREA_BLUETOOTH_ENABLED);
|
| delegate->ToggleBluetooth();
|
| } else {
|
| if (!delegate->GetBluetoothEnabled())
|
|
|