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

Unified Diff: ash/common/system/tray/tray_popup_label_button.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
« no previous file with comments | « ash/common/system/tray/tray_popup_item_container.cc ('k') | ash/common/system/tray/tray_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/tray_popup_label_button.cc
diff --git a/ash/common/system/tray/tray_popup_label_button.cc b/ash/common/system/tray/tray_popup_label_button.cc
index 550a90dc40241929bd1983b8d4886a43f590c3d8..73ca15deffa33d729eb1e49ab4b59677c04523f1 100644
--- a/ash/common/system/tray/tray_popup_label_button.cc
+++ b/ash/common/system/tray/tray_popup_label_button.cc
@@ -20,8 +20,7 @@ TrayPopupLabelButton::TrayPopupLabelButton(views::ButtonListener* listener,
set_animate_on_state_change(false);
SetHorizontalAlignment(gfx::ALIGN_CENTER);
SetFocusPainter(views::Painter::CreateSolidFocusPainter(
- kFocusBorderColor,
- gfx::Insets(1, 1, 2, 2)));
+ kFocusBorderColor, gfx::Insets(1, 1, 2, 2)));
}
TrayPopupLabelButton::~TrayPopupLabelButton() {}
« no previous file with comments | « ash/common/system/tray/tray_popup_item_container.cc ('k') | ash/common/system/tray/tray_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698