// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/language/core/browser/locale_util.h" #include "build/build_config.h" #include "components/language/core/browser/pref_names.h" #include "components/prefs/pref_service.h" #include "ui/base/l10n/l10n_util.h" namespace language { std::string GetApplicationLocale(PrefService* local_state) { … } } // namespace language