// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file contains utility functions for dealing with localized // content. #ifndef UI_BASE_L10N_L10N_UTIL_H_ #define UI_BASE_L10N_L10N_UTIL_H_ #include <stddef.h> #include <stdint.h> #include <string> #include <string_view> #include <vector> #include "base/component_export.h" #include "base/containers/span.h" #include "build/build_config.h" #if BUILDFLAG(IS_APPLE) #include "ui/base/l10n/l10n_util_mac.h" #endif // BUILDFLAG(IS_APPLE) l10n_util // namespace l10n_util #endif // UI_BASE_L10N_L10N_UTIL_H_