// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_CONTENT_SETTINGS_BROWSER_UI_COOKIE_CONTROLS_UTIL_H_ #define COMPONENTS_CONTENT_SETTINGS_BROWSER_UI_COOKIE_CONTROLS_UTIL_H_ #include "base/time/time.h" #include "components/content_settings/core/common/cookie_controls_enforcement.h" #include "ui/gfx/vector_icon_types.h" namespace content_settings { class CookieControlsUtil { … }; } // namespace content_settings #endif // COMPONENTS_CONTENT_SETTINGS_BROWSER_UI_COOKIE_CONTROLS_UTIL_H_