chromium/third_party/pdfium/fxjs/cfx_globaldata.h

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

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#ifndef FXJS_CFX_GLOBALDATA_H_
#define FXJS_CFX_GLOBALDATA_H_

#include <memory>
#include <optional>
#include <vector>

#include "core/fxcrt/binary_buffer.h"
#include "core/fxcrt/span.h"
#include "core/fxcrt/unowned_ptr.h"
#include "fxjs/cfx_keyvalue.h"

class CFX_GlobalData {};

#endif  // FXJS_CFX_GLOBALDATA_H_