Index: ash/system/ime/tray_ime.cc |
diff --git a/ash/system/ime/tray_ime.cc b/ash/system/ime/tray_ime.cc |
index 15da1e3b0deafbcd8ff356b568d106f6ffa8a8ec..bcf4c35760743c4f68295939529455f515d8f70f 100644 |
--- a/ash/system/ime/tray_ime.cc |
+++ b/ash/system/ime/tray_ime.cc |
@@ -222,7 +222,7 @@ class IMENotificationView : public TrayNotificationView { |
IDS_ASH_STATUS_TRAY_IME_TURNED_ON_BUBBLE, |
current.medium_name)); |
label->SetMultiLine(true); |
- label->SetHorizontalAlignment(views::Label::ALIGN_LEFT); |
+ label->SetHorizontalAlignment(gfx::ALIGN_LEFT); |
return label; |
} |