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

Unified Diff: ash/display/display_error_dialog.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
« no previous file with comments | « no previous file | ash/launcher/launcher_tooltip_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_error_dialog.cc
diff --git a/ash/display/display_error_dialog.cc b/ash/display/display_error_dialog.cc
index 4933cd8f068c3a77f9416f9c34eadc625a1cbead..bc59a6a3d664bd81861342cbbe54c7d9b2a3026e 100644
--- a/ash/display/display_error_dialog.cc
+++ b/ash/display/display_error_dialog.cc
@@ -63,7 +63,7 @@ DisplayErrorDialog::DisplayErrorDialog() {
AddChildView(label_);
label_->SetMultiLine(true);
- label_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
+ label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
label_->set_border(views::Border::CreateEmptyBorder(
kDialogMessageMarginWidthPixel,
kDialogMessageMarginWidthPixel,
« no previous file with comments | « no previous file | ash/launcher/launcher_tooltip_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698