#ifndef COMPONENTS_SECURITY_STATE_CONTENT_SECURITY_STATE_TAB_HELPER_H_
#define COMPONENTS_SECURITY_STATE_CONTENT_SECURITY_STATE_TAB_HELPER_H_
#include <memory>
#include "base/functional/callback.h"
#include "base/types/strong_alias.h"
#include "components/security_state/core/security_state.h"
#include "content/public/browser/web_contents_observer.h"
#include "content/public/browser/web_contents_user_data.h"
#include "third_party/blink/public/common/security/security_style.h"
namespace content {
class WebContents;
}
class SecurityStateTabHelper
: public content::WebContentsUserData<SecurityStateTabHelper> { … };
#endif