// 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_METRICS_METRICS_ROTATION_SCHEDULER_H_ #define COMPONENTS_METRICS_METRICS_ROTATION_SCHEDULER_H_ #include "base/functional/callback.h" #include "base/time/time.h" #include "components/metrics/metrics_scheduler.h" namespace metrics { // Scheduler task to drive a MetricsService object's uploading. class MetricsRotationScheduler : public MetricsScheduler { … }; } // namespace metrics #endif // COMPONENTS_METRICS_METRICS_ROTATION_SCHEDULER_H_