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

Unified Diff: ash/common/system/tray/tray_background_view.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/tray/system_tray_bubble.cc ('k') | ash/common/system/tray/tray_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/tray_background_view.cc
diff --git a/ash/common/system/tray/tray_background_view.cc b/ash/common/system/tray/tray_background_view.cc
index 7fa03a8f9fcb316a708960c7a33b5294670bb306..727b1ae57d1dd317b82a6d566d01702d389ecdf5 100644
--- a/ash/common/system/tray/tray_background_view.cc
+++ b/ash/common/system/tray/tray_background_view.cc
@@ -236,7 +236,7 @@ void TrayBackgroundView::TrayContainer::UpdateLayout() {
const gfx::Insets margin(
is_horizontal ? gfx::Insets(cross_axis_margin_, main_axis_margin_)
: gfx::Insets(main_axis_margin_, cross_axis_margin_));
- SetBorder(views::Border::CreateEmptyBorder(insets + margin));
+ SetBorder(views::CreateEmptyBorder(insets + margin));
views::BoxLayout* layout = new views::BoxLayout(orientation, 0, 0, 0);
if (!ash::MaterialDesignController::IsShelfMaterial())
« no previous file with comments | « ash/common/system/tray/system_tray_bubble.cc ('k') | ash/common/system/tray/tray_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698