chromium/chrome/browser/ui/views/location_bar/cookie_controls/cookie_controls_content_view.h

// 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 CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_COOKIE_CONTROLS_COOKIE_CONTROLS_CONTENT_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_COOKIE_CONTROLS_COOKIE_CONTROLS_CONTENT_VIEW_H_

#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/views/controls/text_with_controls_view.h"
#include "components/content_settings/core/common/tracking_protection_feature.h"
#include "ui/base/interaction/element_identifier.h"
#include "ui/base/metadata/metadata_header_macros.h"
#include "ui/gfx/vector_icon_types.h"
#include "ui/views/controls/image_view.h"
#include "ui/views/view.h"

class RichControlsContainerView;
namespace views {
class Label;
class ToggleButton;
class ImageView;
}  // namespace views

// Content view used to display the cookie Controls.
class CookieControlsContentView : public views::View {};

#endif  // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_COOKIE_CONTROLS_COOKIE_CONTROLS_CONTENT_VIEW_H_