blob: 8bf3128035ef0fffd62e5f33677bd3148ab7fa99 [file] [log] [blame]
Avi Drissmandb497b32022-09-15 19:47:281// Copyright 2020 The Chromium Authors
Hui Yingstc647be62020-05-29 17:35:382// 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
7namespace chrome_pdf {
8
9DocumentAttachmentInfo::DocumentAttachmentInfo() = default;
10
11DocumentAttachmentInfo::DocumentAttachmentInfo(
12 const DocumentAttachmentInfo& other) = default;
13
14DocumentAttachmentInfo::~DocumentAttachmentInfo() = default;
15
16} // namespace chrome_pdf