// 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_UKM_ROTATION_SCHEDULER_H_ #define COMPONENTS_UKM_UKM_ROTATION_SCHEDULER_H_ #include "base/time/time.h" #include "components/metrics/metrics_rotation_scheduler.h" namespace ukm { // Scheduler to drive a UkmService object's log rotations. class UkmRotationScheduler : public metrics::MetricsRotationScheduler { … }; } // namespace ukm #endif // COMPONENTS_UKM_UKM_ROTATION_SCHEDULER_H_