chromium/components/permissions/permission_indicators_tab_data.h

// Copyright 2024 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_PERMISSIONS_PERMISSION_INDICATORS_TAB_DATA_H_
#define COMPONENTS_PERMISSIONS_PERMISSION_INDICATORS_TAB_DATA_H_

#include "components/content_settings/core/common/content_settings.h"
#include "components/content_settings/core/common/content_settings_types.h"
#include "content/public/browser/web_contents_observer.h"
#include "content/public/browser/web_contents_user_data.h"

namespace permissions {

class PermissionIndicatorsTabData : public content::WebContentsObserver {};

}  // namespace permissions

#endif  // COMPONENTS_PERMISSIONS_PERMISSION_INDICATORS_TAB_DATA_H_