// Copyright 2015 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_SITE_ENGAGEMENT_CONTENT_SITE_ENGAGEMENT_METRICS_H_ #define COMPONENTS_SITE_ENGAGEMENT_CONTENT_SITE_ENGAGEMENT_METRICS_H_ #include "base/gtest_prod_util.h" #include "components/site_engagement/core/mojom/site_engagement_details.mojom.h" namespace site_engagement { enum class EngagementType; // Helper class managing the UMA histograms for the Site Engagement Service. class SiteEngagementMetrics { … }; } // namespace site_engagement #endif // COMPONENTS_SITE_ENGAGEMENT_CONTENT_SITE_ENGAGEMENT_METRICS_H_