Index: base/test/test_support_ios.mm |
diff --git a/base/test/test_support_ios.mm b/base/test/test_support_ios.mm |
index 118ee321b3ba70a6b5cd4f7b51a5d2bfdb1c8c51..cb07f006aa6cd95cc69ad527ba3b63ba53dcae71 100644 |
--- a/base/test/test_support_ios.mm |
+++ b/base/test/test_support_ios.mm |
@@ -55,7 +55,7 @@ static char** g_argv; |
// Add a label with the app name. |
UILabel* label = [[[UILabel alloc] initWithFrame:bounds] autorelease]; |
label.text = [[NSProcessInfo processInfo] processName]; |
- label.textAlignment = UITextAlignmentCenter; |
+ label.textAlignment = NSTextAlignmentCenter; |
[window_ addSubview:label]; |
if ([self shouldRedirectOutputToFile]) |