// Copyright 2012 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_BROWSER_UI_WEBUI_THEME_SOURCE_H_ #define CHROME_BROWSER_UI_WEBUI_THEME_SOURCE_H_ #include <string> #include "base/memory/raw_ptr.h" #include "base/task/single_thread_task_runner.h" #include "content/public/browser/url_data_source.h" class Profile; class ThemeSource : public content::URLDataSource { … }; #endif // CHROME_BROWSER_UI_WEBUI_THEME_SOURCE_H_