chromium/third_party/pdfium/core/fxcrt/xml/cfx_xmldocument.h

// Copyright 2018 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CORE_FXCRT_XML_CFX_XMLDOCUMENT_H_
#define CORE_FXCRT_XML_CFX_XMLDOCUMENT_H_

#include <memory>
#include <utility>
#include <vector>

#include "core/fxcrt/unowned_ptr.h"

class CFX_XMLElement;
class CFX_XMLNode;

class CFX_XMLDocument {};

#endif  // CORE_FXCRT_XML_CFX_XMLDOCUMENT_H_