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

Unified Diff: ash/common/system/chromeos/palette/common_palette_tool.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
Index: ash/common/system/chromeos/palette/common_palette_tool.cc
diff --git a/ash/common/system/chromeos/palette/common_palette_tool.cc b/ash/common/system/chromeos/palette/common_palette_tool.cc
index 71acdd94e1a163d4d4d4b91cec00ee9b26be7292..427d5d3d4771e9e75e4d568efc0e94099c2c5115 100644
--- a/ash/common/system/chromeos/palette/common_palette_tool.cc
+++ b/ash/common/system/chromeos/palette/common_palette_tool.cc
@@ -97,7 +97,7 @@ views::View* CommonPaletteTool::CreateDefaultView(const base::string16& name) {
highlight_view_ = new HoverHighlightView(this);
highlight_view_->SetBorder(
- views::Border::CreateEmptyBorder(0, kMenuExtraMarginFromLeftEdge, 0, 0));
+ views::CreateEmptyBorder(0, kMenuExtraMarginFromLeftEdge, 0, 0));
const int interior_button_padding = (kMenuButtonSize - kMenuIconSize) / 2;
highlight_view_->AddIconAndLabelCustomSize(icon, name, false, kMenuIconSize,
interior_button_padding,
« no previous file with comments | « ash/common/system/chromeos/network/vpn_list_view.cc ('k') | ash/common/system/chromeos/palette/palette_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698