blob: 8fb37f6c60dec16869721571c715dcb25ab55328 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/autofill_assistant/browser/payment_request.h"
#include "components/autofill/core/browser/autofill_profile.h"
#include "components/autofill/core/browser/credit_card.h"
namespace autofill_assistant {
PaymentInformation::PaymentInformation() = default;
PaymentInformation::~PaymentInformation() = default;
PaymentRequestOptions::PaymentRequestOptions() = default;
PaymentRequestOptions::~PaymentRequestOptions() = default;
} // namespace autofill_assistant