chromium/third_party/pdfium/fxjs/global_timer.h

// Copyright 2017 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_GLOBAL_TIMER_H_
#define FXJS_GLOBAL_TIMER_H_

#include "core/fxcrt/unowned_ptr.h"
#include "fxjs/cjs_runtime.h"

class CJS_App;

class GlobalTimer {};

#endif  // FXJS_GLOBAL_TIMER_H_