Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: ash/system/chromeos/bluetooth/tray_bluetooth.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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())

Powered by Google App Engine
This is Rietveld 408576698