blob: b556153347a47690c806fdc9c6d328ca9ecbc2db [file] [log] [blame]
Jay Civellia7d22b42017-10-24 18:38:071// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
gogerald84ae6262018-02-06 06:21:465#include "components/payments/content/web_app_manifest.h"
Jay Civellia7d22b42017-10-24 18:38:076
7namespace payments {
8
9WebAppManifestSection::WebAppManifestSection() = default;
10
11WebAppManifestSection::WebAppManifestSection(
12 const WebAppManifestSection& param) = default;
13
14WebAppManifestSection::~WebAppManifestSection() = default;
15
gogerald84ae6262018-02-06 06:21:4616WebAppInstallationInfo::WebAppInstallationInfo() = default;
17WebAppInstallationInfo::~WebAppInstallationInfo() = default;
18
Jay Civellia7d22b42017-10-24 18:38:0719} // namespace payments