// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_TEST_BASE_TEST_THEME_PROVIDER_H_ #define CHROME_TEST_BASE_TEST_THEME_PROVIDER_H_ #include "base/containers/flat_map.h" #include "third_party/skia/include/core/SkColor.h" #include "ui/base/theme_provider.h" // Test ui::ThemeProvider implementation. class TestThemeProvider : public ui::ThemeProvider { … }; #endif // CHROME_TEST_BASE_TEST_THEME_PROVIDER_H_