Index: chrome/browser/ui/views/location_bar/location_bar_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
index 804f609e7332b71ba7adc09f75a88a10587a7b36..eaf2d4d1ce96ca2e1d3eb7614682c3531589a3d4 100644 |
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc |
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
@@ -610,7 +610,7 @@ void LocationBarView::SetInstantSuggestion(const string16& text) { |
if (!text.empty()) { |
if (!suggested_text_view_) { |
suggested_text_view_ = new views::Label(); |
- suggested_text_view_->SetHorizontalAlignment(views::Label::ALIGN_LEFT); |
+ suggested_text_view_->SetHorizontalAlignment(gfx::ALIGN_LEFT); |
suggested_text_view_->SetAutoColorReadabilityEnabled(false); |
suggested_text_view_->SetEnabledColor(LocationBarView::GetColor( |
ToolbarModel::NONE, LocationBarView::DEEMPHASIZED_TEXT)); |