// Copyright 2022 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_METRICS_FAMILY_LINK_USER_METRICS_PROVIDER_H_ #define CHROME_BROWSER_METRICS_FAMILY_LINK_USER_METRICS_PROVIDER_H_ #include <optional> #include "base/memory/raw_ptr.h" #include "components/metrics/metrics_provider.h" // Categorizes the primary account of the active user profile into a FamilyLink // supervision type to segment the Chrome user population. class FamilyLinkUserMetricsProvider : public metrics::MetricsProvider { … }; #endif // CHROME_BROWSER_METRICS_FAMILY_LINK_USER_METRICS_PROVIDER_H_