Index: ash/system/cast/tray_cast.cc |
diff --git a/ash/system/cast/tray_cast.cc b/ash/system/cast/tray_cast.cc |
index 0905d2c3754e887e5e914eb521b93ad972495897..2767e86793863d5d550bdc544e5773ad26df65cb 100644 |
--- a/ash/system/cast/tray_cast.cc |
+++ b/ash/system/cast/tray_cast.cc |
@@ -360,7 +360,6 @@ void CastTrayView::UpdateAlignment(ShelfAlignment alignment) { |
views::BoxLayout::Orientation layout = views::BoxLayout::kHorizontal; |
switch (alignment) { |
case ash::SHELF_ALIGNMENT_BOTTOM: |
- case ash::SHELF_ALIGNMENT_TOP: |
layout = views::BoxLayout::kHorizontal; |
break; |
case ash::SHELF_ALIGNMENT_LEFT: |