Index: chrome/browser/ui/views/page_info_bubble_view.cc |
diff --git a/chrome/browser/ui/views/page_info_bubble_view.cc b/chrome/browser/ui/views/page_info_bubble_view.cc |
index 01e473cb6170b7459e6f27cf88c733b11ae8f734..0248b8c752a17f0efa8226c883be2b162e261e2b 100644 |
--- a/chrome/browser/ui/views/page_info_bubble_view.cc |
+++ b/chrome/browser/ui/views/page_info_bubble_view.cc |
@@ -345,7 +345,7 @@ Section::Section(PageInfoBubbleView* owner, |
description_label_->set_background( |
views::Background::CreateSolidBackground(SK_ColorWHITE)); |
description_label_->SetMultiLine(true); |
- description_label_->SetHorizontalAlignment(views::Label::ALIGN_LEFT); |
+ description_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT); |
// Allow linebreaking in the middle of words if necessary, so that extremely |
// long hostnames (longer than one line) will still be completely shown. |
description_label_->SetAllowCharacterBreak(true); |