// Copyright 2013 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_BASE_WEBUI_WEB_UI_UTIL_H_ #define UI_BASE_WEBUI_WEB_UI_UTIL_H_ #include <stddef.h> #include <string> #include <string_view> #include "base/component_export.h" #include "base/values.h" #include "ui/base/template_expressions.h" #include "ui/base/window_open_disposition.h" class GURL; class SkBitmap; webui // namespace webui #endif // UI_BASE_WEBUI_WEB_UI_UTIL_H_