Jay Civelli | a7d22b4 | 2017-10-24 18:38:07 | [diff] [blame] | 1 | // 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 | |
gogerald | 84ae626 | 2018-02-06 06:21:46 | [diff] [blame] | 5 | #include "components/payments/content/web_app_manifest.h" |
Jay Civelli | a7d22b4 | 2017-10-24 18:38:07 | [diff] [blame] | 6 | |
| 7 | namespace payments { |
| 8 | |
| 9 | WebAppManifestSection::WebAppManifestSection() = default; |
| 10 | |
| 11 | WebAppManifestSection::WebAppManifestSection( |
| 12 | const WebAppManifestSection& param) = default; |
| 13 | |
| 14 | WebAppManifestSection::~WebAppManifestSection() = default; |
| 15 | |
gogerald | 84ae626 | 2018-02-06 06:21:46 | [diff] [blame] | 16 | WebAppInstallationInfo::WebAppInstallationInfo() = default; |
| 17 | WebAppInstallationInfo::~WebAppInstallationInfo() = default; |
| 18 | |
Jay Civelli | a7d22b4 | 2017-10-24 18:38:07 | [diff] [blame] | 19 | } // namespace payments |