Index: ash/test/test_suite.cc |
diff --git a/ash/test/test_suite.cc b/ash/test/test_suite.cc |
index 46e82c6583547a2fbb28b7cf15e8eb755f03e6eb..48e3f454608ee6dc0288da056f25561d366f9708 100644 |
--- a/ash/test/test_suite.cc |
+++ b/ash/test/test_suite.cc |
@@ -31,12 +31,7 @@ void AuraShellTestSuite::Initialize() { |
#if defined(OS_MACOSX) |
ash::test::OverrideFrameworkBundle(); |
-#elif defined(OS_POSIX) |
- FilePath pak_dir; |
- PathService::Get(base::DIR_MODULE, &pak_dir); |
- pak_dir = pak_dir.AppendASCII("aura_shell_unittests_strings"); |
- PathService::Override(ui::DIR_LOCALES, pak_dir); |
-#endif // defined(OS_MACOSX) |
+#endif |
// Force unittests to run using en-US so if we test against string |
// output, it'll pass regardless of the system language. |