Avi Drissman | db497b3 | 2022-09-15 19:47:28 | [diff] [blame] | 1 | // Copyright 2020 The Chromium Authors |
Hui Yingst | c647be6 | 2020-05-29 17:35:38 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #include "pdf/document_attachment_info.h" |
| 6 | |
| 7 | namespace chrome_pdf { |
| 8 | |
| 9 | DocumentAttachmentInfo::DocumentAttachmentInfo() = default; |
| 10 | |
| 11 | DocumentAttachmentInfo::DocumentAttachmentInfo( |
| 12 | const DocumentAttachmentInfo& other) = default; |
| 13 | |
| 14 | DocumentAttachmentInfo::~DocumentAttachmentInfo() = default; |
| 15 | |
| 16 | } // namespace chrome_pdf |