// 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_SUPERVISED_USER_CORE_BROWSER_FAMILY_LINK_USER_LOG_RECORD_H_ #define COMPONENTS_SUPERVISED_USER_CORE_BROWSER_FAMILY_LINK_USER_LOG_RECORD_H_ #include <optional> #include "base/memory/raw_ptr.h" #include "components/supervised_user/core/common/supervised_user_constants.h" class HostContentSettingsMap; class PrefService; namespace signin { class IdentityManager; } namespace supervised_user { class SupervisedUserURLFilter; // Stores information required to log UMA record histograms for a FamilyLink // user account. class FamilyLinkUserLogRecord { … }; } // namespace supervised_user #endif // COMPONENTS_SUPERVISED_USER_CORE_BROWSER_FAMILY_LINK_USER_LOG_RECORD_H_