#include "components/commerce/core/webui/webui_utils.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "components/commerce/core/commerce_constants.h"
#include "components/commerce/core/commerce_types.h"
#include "components/payments/core/currency_formatter.h"
#include "components/url_formatter/elide_url.h"
#include "url/gurl.h"
namespace commerce {
shopping_service::mojom::ProductInfoPtr ProductInfoToMojoProduct(
const GURL& url,
const std::optional<const ProductInfo>& info,
const std::string& locale) { … }
}