aboutsummaryrefslogtreecommitdiff
path: root/core/fxcrt/fake_time_test.h
blob: 9e514d12df3cc9bf3fe9524553d338d2e92f4c62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2022 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_FAKE_TIME_TEST_H_
#define CORE_FXCRT_FAKE_TIME_TEST_H_

#include "testing/gtest/include/gtest/gtest.h"

class FakeTimeTest : public ::testing::Test {
 public:
  void SetUp() override;
  void TearDown() override;
};

#endif  // CORE_FXCRT_FAKE_TIME_TEST_H_