// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <string> #include <vector> #include "base/threading/thread_restrictions.h" #include "build/build_config.h" #include "chrome/test/base/in_process_browser_test.h" #include "content/public/test/browser_test.h" #include "ui/base/l10n/l10n_util.h" namespace { class L10nUtilBrowserTest : public InProcessBrowserTest { … }; } // namespace // Tests whether CheckAndResolveLocale returns the same result with and without // I/O. IN_PROC_BROWSER_TEST_F(L10nUtilBrowserTest, CheckAndResolveLocaleIO) { … }