Index: ui/base/test/run_all_unittests.cc |
diff --git a/ui/base/test/run_all_unittests.cc b/ui/base/test/run_all_unittests.cc |
index 42156316e77c3251ee8425c7e4eee819572de581..19adcedbda98c4983b74952d3d7140240dc5a6b3 100644 |
--- a/ui/base/test/run_all_unittests.cc |
+++ b/ui/base/test/run_all_unittests.cc |
@@ -73,8 +73,9 @@ void UIBaseTestSuite::Initialize() { |
"en-US", NULL, ui::ResourceBundle::LOAD_COMMON_RESOURCES); |
#elif defined(OS_IOS) || defined(OS_ANDROID) |
- // On iOS, the ui_unittests binary is itself a mini bundle, with resources |
- // built in. On Android, ui_unittests_apk provides the necessary framework. |
+ // On iOS, the ui_base_unittests binary is itself a mini bundle, with |
+ // resources built in. On Android, ui_base_unittests_apk provides the |
+ // necessary framework. |
ui::ResourceBundle::InitSharedInstanceWithLocale( |
"en-US", NULL, ui::ResourceBundle::LOAD_COMMON_RESOURCES); |
@@ -85,7 +86,7 @@ void UIBaseTestSuite::Initialize() { |
ui::ResourceBundle::InitSharedInstanceWithPakPath( |
exe_path.AppendASCII("ui_test.pak")); |
- // ui_unittests can't depend on the locales folder which Chrome will make |
+ // ui_base_unittests can't depend on the locales folder which Chrome will make |
// later, so use the path created by ui_test_pak. |
PathService::Override(ui::DIR_LOCALES, exe_path.AppendASCII("ui")); |
#endif |