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

Unified Diff: ash/common/system/tray/system_tray_bubble.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_menu_button.cc ('k') | ash/common/system/tray/tray_background_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray_bubble.cc
diff --git a/ash/common/system/tray/system_tray_bubble.cc b/ash/common/system/tray/system_tray_bubble.cc
index c7c938d7c817db05639b47e2432b49dcf3cbe6ad..090a34cdbeeea375ad90579eb284b84d325e0dd9 100644
--- a/ash/common/system/tray/system_tray_bubble.cc
+++ b/ash/common/system/tray/system_tray_bubble.cc
@@ -350,8 +350,8 @@ void SystemTrayBubble::CreateItemViews(LoginStatus login_status) {
const int last_item_with_border =
static_cast<int>(item_containers.size()) - 2;
for (int i = 0; i < last_item_with_border; ++i) {
- item_containers.at(i)->SetBorder(views::Border::CreateSolidSidedBorder(
- 0, 0, 1, 0, kBorderLightColor));
+ item_containers.at(i)->SetBorder(
+ views::CreateSolidSidedBorder(0, 0, 1, 0, kBorderLightColor));
}
}
}
« no previous file with comments | « ash/common/system/tray/system_menu_button.cc ('k') | ash/common/system/tray/tray_background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698