| Index: ash/test/test_suite.cc
|
| ===================================================================
|
| --- ash/test/test_suite.cc (revision 135347)
|
| +++ ash/test/test_suite.cc (working copy)
|
| @@ -35,7 +35,7 @@
|
|
|
| // Force unittests to run using en-US so if we test against string
|
| // output, it'll pass regardless of the system language.
|
| - ui::ResourceBundle::InitSharedInstanceWithLocale("en-US");
|
| + ui::ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL);
|
| ui::CompositorTestSupport::Initialize();
|
| ui::SetupTestCompositor();
|
| }
|
|
|