// Copyright 2017 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_MEDIA_MEDIA_ENGAGEMENT_SCORE_H_ #define CHROME_BROWSER_MEDIA_MEDIA_ENGAGEMENT_SCORE_H_ #include "base/memory/raw_ptr.h" #include "base/time/clock.h" #include "base/time/time.h" #include "base/values.h" #include "chrome/browser/media/media_engagement_score_details.mojom.h" #include "components/content_settings/core/browser/host_content_settings_map.h" #include "url/origin.h" class HostContentSettingsMap; // Calculates and stores the Media Engagement Index score for a certain origin. class MediaEngagementScore final { … }; #endif // CHROME_BROWSER_MEDIA_MEDIA_ENGAGEMENT_SCORE_H_