Index: ash/launcher/launcher_tooltip_manager.cc |
diff --git a/ash/launcher/launcher_tooltip_manager.cc b/ash/launcher/launcher_tooltip_manager.cc |
index 3d4279a908201c1a121f0cf0ebf5680e57e8e04c..f403a8c814f98836ad889498e9b17ecfb1ec32ff 100644 |
--- a/ash/launcher/launcher_tooltip_manager.cc |
+++ b/ash/launcher/launcher_tooltip_manager.cc |
@@ -101,7 +101,7 @@ LauncherTooltipManager::LauncherTooltipBubble::LauncherTooltipBubble( |
root_window, ash::internal::kShellWindowId_SettingBubbleContainer)); |
} |
label_ = new views::Label; |
- label_->SetHorizontalAlignment(views::Label::ALIGN_LEFT); |
+ label_->SetHorizontalAlignment(gfx::ALIGN_LEFT); |
label_->SetEnabledColor(kTooltipTextColor); |
label_->SetElideBehavior(views::Label::ELIDE_AT_END); |
AddChildView(label_); |