Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: chrome/browser/ui/views/constrained_window_frame_simple.cc

Issue 11377005: Replace Label::Alignment with gfx::HorizontalAlignment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix remaining Label::Alignment references. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/constrained_window_frame_simple.cc
diff --git a/chrome/browser/ui/views/constrained_window_frame_simple.cc b/chrome/browser/ui/views/constrained_window_frame_simple.cc
index 745f4fc49077eddb4e1e4acb061970af09b67635..4cad2aaf08079178b56b5895ac554305ee1ea5c1 100644
--- a/chrome/browser/ui/views/constrained_window_frame_simple.cc
+++ b/chrome/browser/ui/views/constrained_window_frame_simple.cc
@@ -75,7 +75,7 @@ ConstrainedWindowFrameSimple::ConstrainedWindowFrameSimple(
container->widget_delegate()->GetWindowTitle());
title_label_->SetFont(rb.GetFont(
ConstrainedWindowConstants::kTitleFontStyle));
- title_label_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
+ title_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
title_label_->SetEnabledColor(ConstrainedWindow::GetTextColor());
title_label_->set_border(views::Border::CreateEmptyBorder(
ConstrainedWindowConstants::kTitleTopPadding - kHeaderTopPadding,
« no previous file with comments | « chrome/browser/ui/views/confirm_bubble_views.cc ('k') | chrome/browser/ui/views/content_setting_bubble_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698