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() { |