// 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 CHROME_BROWSER_UI_SAFETY_HUB_SAFETY_HUB_HATS_SERVICE_H_ #define CHROME_BROWSER_UI_SAFETY_HUB_SAFETY_HUB_HATS_SERVICE_H_ #include "chrome/browser/ui/hats/trust_safety_sentiment_service.h" #include "components/keyed_service/core/keyed_service.h" class Profile; class SafetyHubMenuNotificationService; class SafetyHubHatsService : public KeyedService { … }; #endif // CHROME_BROWSER_UI_SAFETY_HUB_SAFETY_HUB_HATS_SERVICE_H_