Index: chrome/browser/ui/views/critical_notification_bubble_view.cc |
diff --git a/chrome/browser/ui/views/critical_notification_bubble_view.cc b/chrome/browser/ui/views/critical_notification_bubble_view.cc |
index 3ef8d32cc6f3332de1747ab676a5fd323020ba38..40b487a5274b4f21d839210a29b2f5ee594288e8 100644 |
--- a/chrome/browser/ui/views/critical_notification_bubble_view.cc |
+++ b/chrome/browser/ui/views/critical_notification_bubble_view.cc |
@@ -193,7 +193,7 @@ void CriticalNotificationBubbleView::Init() { |
views::Label* message = new views::Label(); |
message->SetMultiLine(true); |
- message->SetHorizontalAlignment(views::Label::ALIGN_LEFT); |
+ message->SetHorizontalAlignment(gfx::ALIGN_LEFT); |
message->SetText(l10n_util::GetStringFUTF16(IDS_CRITICAL_NOTIFICATION_TEXT, |
l10n_util::GetStringUTF16(IDS_PRODUCT_NAME))); |
message->SizeToFit(views::Widget::GetLocalizedContentsWidth( |