fixup! [M120 Migration][NaCl][PPFWK] Upgradable pepper plugin requirement
[platform/framework/web/chromium-efl.git] / pdf / document_attachment_info.cc
1 // Copyright 2020 The Chromium Authors
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