chromium/chrome/browser/supervised_user/linux_mac_windows/supervised_user_extensions_metrics_delegate_impl.h

// 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_SUPERVISED_USER_LINUX_MAC_WINDOWS_SUPERVISED_USER_EXTENSIONS_METRICS_DELEGATE_IMPL_H_
#define CHROME_BROWSER_SUPERVISED_USER_LINUX_MAC_WINDOWS_SUPERVISED_USER_EXTENSIONS_METRICS_DELEGATE_IMPL_H_

#include "chrome/browser/profiles/profile.h"
#include "components/supervised_user/core/browser/supervised_user_metrics_service.h"
#include "extensions/browser/extension_registry.h"


class SupervisedUserExtensionsMetricsDelegateImpl
    : public supervised_user::SupervisedUserMetricsService::
          SupervisedUserMetricsServiceExtensionDelegate {};

#endif  // CHROME_BROWSER_SUPERVISED_USER_LINUX_MAC_WINDOWS_SUPERVISED_USER_EXTENSIONS_METRICS_DELEGATE_IMPL_H_