document_attachment_info.cc 484 B

12345678910111213141516
  1. // Copyright 2020 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. #include "pdf/document_attachment_info.h"
  5. namespace chrome_pdf {
  6. DocumentAttachmentInfo::DocumentAttachmentInfo() = default;
  7. DocumentAttachmentInfo::DocumentAttachmentInfo(
  8. const DocumentAttachmentInfo& other) = default;
  9. DocumentAttachmentInfo::~DocumentAttachmentInfo() = default;
  10. } // namespace chrome_pdf