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

Unified Diff: ash/common/system/status_area_widget_delegate.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/overview/overview_button_tray.cc ('k') | ash/common/system/toast/toast_overlay.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/status_area_widget_delegate.cc
diff --git a/ash/common/system/status_area_widget_delegate.cc b/ash/common/system/status_area_widget_delegate.cc
index 81ae0599e111c33f28a55729d367cde6447ac112..307053b85f1fc0013bd9967611d75a15a298657a 100644
--- a/ash/common/system/status_area_widget_delegate.cc
+++ b/ash/common/system/status_area_widget_delegate.cc
@@ -246,8 +246,8 @@ void StatusAreaWidgetDelegate::SetBorderOnChild(views::View* child,
right_edge = shelf_size - kShelfItemInset - item_height;
}
}
- child->SetBorder(views::Border::CreateEmptyBorder(top_edge, left_edge,
- bottom_edge, right_edge));
+ child->SetBorder(
+ views::CreateEmptyBorder(top_edge, left_edge, bottom_edge, right_edge));
// Layout on |child| needs to be updated based on new border value before
// displaying; otherwise |child| will be showing with old border size.
// Fix for crbug.com/623438.
« no previous file with comments | « ash/common/system/overview/overview_button_tray.cc ('k') | ash/common/system/toast/toast_overlay.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698