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

Unified Diff: ash/common/system/overview/overview_button_tray.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/date/date_view.cc ('k') | ash/common/system/status_area_widget_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/overview/overview_button_tray.cc
diff --git a/ash/common/system/overview/overview_button_tray.cc b/ash/common/system/overview/overview_button_tray.cc
index f82f80c3643d74f71b84fafc29a40c84142970ad..f88134f04213d3c94ee58a0624651ae6f70a7d93 100644
--- a/ash/common/system/overview/overview_button_tray.cc
+++ b/ash/common/system/overview/overview_button_tray.cc
@@ -128,7 +128,7 @@ void OverviewButtonTray::SetIconBorderForShelfAlignment() {
: gfx::Insets(kVerticalShelfVerticalPadding,
kVerticalShelfHorizontalPadding);
}
- icon_->SetBorder(views::Border::CreateEmptyBorder(insets));
+ icon_->SetBorder(views::CreateEmptyBorder(insets));
}
void OverviewButtonTray::UpdateIconVisibility() {
« no previous file with comments | « ash/common/system/date/date_view.cc ('k') | ash/common/system/status_area_widget_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698