| Index: chrome/browser/ui/webui/bidi_checker_web_ui_test.cc
|
| diff --git a/chrome/browser/ui/webui/bidi_checker_web_ui_test.cc b/chrome/browser/ui/webui/bidi_checker_web_ui_test.cc
|
| index b2e0f99b54d88ba6b2d71deca2d458b57acd5bf8..9c864214a71b85e6a9ff0bf3cf9b976681d68d9a 100644
|
| --- a/chrome/browser/ui/webui/bidi_checker_web_ui_test.cc
|
| +++ b/chrome/browser/ui/webui/bidi_checker_web_ui_test.cc
|
| @@ -26,6 +26,7 @@
|
| #include "components/autofill/core/browser/autofill_test_utils.h"
|
| #include "components/autofill/core/browser/personal_data_manager.h"
|
| #include "content/public/browser/browser_thread.h"
|
| +#include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| using autofill::AutofillProfile;
|
| @@ -119,7 +120,7 @@ void WebUIBidiCheckerBrowserTestRTL::RunBidiCheckerOnPage(
|
| void WebUIBidiCheckerBrowserTestRTL::SetUpOnMainThread() {
|
| WebUIBidiCheckerBrowserTest::SetUpOnMainThread();
|
| base::FilePath pak_path;
|
| - app_locale_ = base::i18n::GetConfiguredLocale();
|
| + app_locale_ = l10n_util::GetConfiguredLocale();
|
| ASSERT_TRUE(PathService::Get(base::FILE_MODULE, &pak_path));
|
| pak_path = pak_path.DirName();
|
| pak_path = pak_path.AppendASCII("pseudo_locales");
|
|
|