Index: chrome/browser/ui/views/content_setting_bubble_contents.cc |
diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.cc b/chrome/browser/ui/views/content_setting_bubble_contents.cc |
index 52815343636d29618a6e809d754086c34fa6264a..2dac076147778acfb6e4d3931f7f6fc206f86f5d 100644 |
--- a/chrome/browser/ui/views/content_setting_bubble_contents.cc |
+++ b/chrome/browser/ui/views/content_setting_bubble_contents.cc |
@@ -231,7 +231,7 @@ void ContentSettingBubbleContents::Init() { |
layout->StartRow(0, single_column_set_id); |
views::Label* section_title = new views::Label(UTF8ToUTF16(i->title)); |
section_title->SetMultiLine(true); |
- section_title->SetHorizontalAlignment(views::Label::ALIGN_LEFT); |
+ section_title->SetHorizontalAlignment(gfx::ALIGN_LEFT); |
layout->AddView(section_title, 1, 1, GridLayout::FILL, GridLayout::LEADING); |
for (std::set<std::string>::const_iterator j = i->hosts.begin(); |
j != i->hosts.end(); ++j) { |