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

Unified Diff: ash/system/overview/overview_button_tray.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/overview/overview_button_tray.cc
diff --git a/ash/system/overview/overview_button_tray.cc b/ash/system/overview/overview_button_tray.cc
index 4a743438d77ef8120df5b71e2abd42e49fb73de0..bca2dd7aede73b18c2f6e8109b9cf925bf97ccc0 100644
--- a/ash/system/overview/overview_button_tray.cc
+++ b/ash/system/overview/overview_button_tray.cc
@@ -118,16 +118,12 @@ void OverviewButtonTray::SetShelfAlignment(ShelfAlignment alignment) {
void OverviewButtonTray::SetIconBorderForShelfAlignment() {
if (IsHorizontalAlignment(shelf_alignment())) {
icon_->SetBorder(views::Border::CreateEmptyBorder(
- kHorizontalShelfVerticalPadding,
- kHorizontalShelfHorizontalPadding,
- kHorizontalShelfVerticalPadding,
- kHorizontalShelfHorizontalPadding));
+ kHorizontalShelfVerticalPadding, kHorizontalShelfHorizontalPadding,
+ kHorizontalShelfVerticalPadding, kHorizontalShelfHorizontalPadding));
} else {
icon_->SetBorder(views::Border::CreateEmptyBorder(
- kVerticalShelfVerticalPadding,
- kVerticalShelfHorizontalPadding,
- kVerticalShelfVerticalPadding,
- kVerticalShelfHorizontalPadding));
+ kVerticalShelfVerticalPadding, kVerticalShelfHorizontalPadding,
+ kVerticalShelfVerticalPadding, kVerticalShelfHorizontalPadding));
}
}
« no previous file with comments | « ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc ('k') | ash/system/overview/overview_button_tray_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698