// Copyright 2015 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 defines utility functions for replacing template expressions. // For example "Hello ${name}" could have ${name} replaced by the user's name. #ifndef UI_BASE_TEMPLATE_EXPRESSIONS_H_ #define UI_BASE_TEMPLATE_EXPRESSIONS_H_ #include <map> #include <string> #include <string_view> #include "base/component_export.h" #include "base/values.h" ui // namespace ui #endif // UI_BASE_TEMPLATE_EXPRESSIONS_H_