diff options
Diffstat (limited to 'ui/gfx/test_suite.cc')
-rw-r--r-- | ui/gfx/test_suite.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/test_suite.cc b/ui/gfx/test_suite.cc index 046f694..4a26607 100644 --- a/ui/gfx/test_suite.cc +++ b/ui/gfx/test_suite.cc @@ -49,7 +49,7 @@ void GfxTestSuite::Initialize() { // Force unittests to run using en-US so if we test against string // output, it'll pass regardless of the system language. - ui::ResourceBundle::InitSharedInstance("en-US"); + ui::ResourceBundle::InitSharedInstanceWithLocale("en-US"); } void GfxTestSuite::Shutdown() { |