Index: chrome/test/unit/chrome_test_suite.h |
=================================================================== |
--- chrome/test/unit/chrome_test_suite.h (revision 19124) |
+++ chrome/test/unit/chrome_test_suite.h (working copy) |
@@ -101,9 +101,9 @@ |
mac_util::SetOverrideAppBundlePath(path); |
#endif |
- // Force unittests to run using en-us so if we test against string |
+ // Force unittests to run using en-US so if we test against string |
// output, it'll pass regardless of the system language. |
- ResourceBundle::InitSharedInstance(L"en-us"); |
+ ResourceBundle::InitSharedInstance(L"en-US"); |
ResourceBundle::GetSharedInstance().LoadThemeResources(); |
// initialize the global StatsTable for unit_tests |