Index: chrome/browser/ui/views/network_profile_bubble_view.cc |
diff --git a/chrome/browser/ui/views/network_profile_bubble_view.cc b/chrome/browser/ui/views/network_profile_bubble_view.cc |
index 96d2c9e50dba69c3b1b5c05a277f63e84723998a..19c40e40a9eccd1a5cd3f8ef5daf82a0b9478a37 100644 |
--- a/chrome/browser/ui/views/network_profile_bubble_view.cc |
+++ b/chrome/browser/ui/views/network_profile_bubble_view.cc |
@@ -87,7 +87,7 @@ void NetworkProfileBubbleView::Init() { |
l10n_util::GetStringUTF16(IDS_PRODUCT_NAME))); |
title->SetMultiLine(true); |
title->SizeToFit(kNotificationBubbleWidth); |
- title->SetHorizontalAlignment(views::Label::ALIGN_LEFT); |
+ title->SetHorizontalAlignment(gfx::ALIGN_LEFT); |
layout->AddView(title); |
views::ColumnSet* bottom_columns = layout->AddColumnSet(1); |