fixup! [M120 Migration][NaCl][PPFWK] Upgradable pepper plugin requirement
[platform/framework/web/chromium-efl.git] / pdf / document_metadata.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_metadata.h"
6
7 namespace chrome_pdf {
8
9 DocumentMetadata::DocumentMetadata() = default;
10
11 DocumentMetadata::~DocumentMetadata() = default;
12
13 }  // namespace chrome_pdf