Index: ash/wm/maximize_bubble_controller.cc |
diff --git a/ash/wm/maximize_bubble_controller.cc b/ash/wm/maximize_bubble_controller.cc |
index 2c95bbfd10e1943401724214e0d616c030f46deb..b75ab1418788016fedab2cddf95f2a73bce12484 100644 |
--- a/ash/wm/maximize_bubble_controller.cc |
+++ b/ash/wm/maximize_bubble_controller.cc |
@@ -695,7 +695,6 @@ BubbleContentsView::BubbleContentsView( |
label_view_ = new views::Label(); |
SetSnapType(SNAP_NONE); |
- label_view_->SetHorizontalAlignment(views::Label::ALIGN_CENTER); |
label_view_->SetBackgroundColor(kBubbleBackgroundColor); |
label_view_->SetEnabledColor(kBubbleTextColor); |
label_view_->set_border(views::Border::CreateEmptyBorder( |