// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_NATIVE_THEME_TEST_NATIVE_THEME_H_ #define UI_NATIVE_THEME_TEST_NATIVE_THEME_H_ #include "ui/native_theme/native_theme.h" namespace ui { class TestNativeTheme : public NativeTheme { … }; } // namespace ui #endif // UI_NATIVE_THEME_TEST_NATIVE_THEME_H_