blob: cc7c58d709cb627efc399608db98a86ad10a14c3 [file] [log] [blame]
// Copyright 2017 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 "content/public/browser/stored_payment_app.h"
namespace content {
StoredRelatedApplication::StoredRelatedApplication() = default;
StoredRelatedApplication::~StoredRelatedApplication() = default;
StoredCapabilities::StoredCapabilities() = default;
StoredCapabilities::StoredCapabilities(const StoredCapabilities&) = default;
StoredCapabilities::~StoredCapabilities() = default;
StoredSupportedDelegations::StoredSupportedDelegations() = default;
StoredSupportedDelegations::~StoredSupportedDelegations() = default;
StoredPaymentApp::StoredPaymentApp() = default;
StoredPaymentApp::~StoredPaymentApp() = default;
} // namespace content