// 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 COMPONENTS_UKM_UNSENT_LOG_STORE_METRICS_IMPL_H_ #define COMPONENTS_UKM_UNSENT_LOG_STORE_METRICS_IMPL_H_ #include "components/metrics/unsent_log_store_metrics.h" namespace ukm { // Implementation for recording metrics from UnsentLogStore. class UnsentLogStoreMetricsImpl : public metrics::UnsentLogStoreMetrics { … }; } // namespace ukm #endif // COMPONENTS_UKM_UNSENT_LOG_STORE_METRICS_IMPL_H_