// Copyright 2021 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TESTING_SCOPED_SET_TZ_H_ #define TESTING_SCOPED_SET_TZ_H_ #include <optional> #include <string> #include "core/fxcrt/fx_memory.h" class ScopedSetTZ { … }; #endif // TESTING_SCOPED_SET_TZ_H_