chromium/components/payments/core/strings_util.cc

// Copyright 2017 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/payments/core/strings_util.h"

#include "base/notreached.h"
#include "components/autofill/core/browser/data_model/autofill_profile.h"
#include "components/autofill/core/browser/field_types.h"
#include "components/strings/grit/components_strings.h"
#include "ui/base/l10n/l10n_util.h"

namespace payments {

std::u16string GetShippingAddressLabelFromAutofillProfile(
    const autofill::AutofillProfile& profile,
    const std::string& locale) {}

std::u16string GetShippingAddressSelectorInfoMessage(
    PaymentShippingType shipping_type) {}

std::u16string GetShippingAddressSectionString(
    PaymentShippingType shipping_type) {}

std::u16string GetShippingOptionSectionString(
    PaymentShippingType shipping_type) {}

}  // namespace payments