chromium/components/sync/engine/cycle/data_type_tracker.h

// Copyright 2013 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_SYNC_ENGINE_CYCLE_DATA_TYPE_TRACKER_H_
#define COMPONENTS_SYNC_ENGINE_CYCLE_DATA_TYPE_TRACKER_H_

#include <stddef.h>

#include <memory>
#include <optional>
#include <vector>

#include "base/time/time.h"
#include "components/sync/base/data_type.h"
#include "components/sync/base/sync_invalidation.h"
#include "components/sync/engine/cycle/commit_quota.h"

namespace sync_pb {
class GetUpdateTriggers;
}  // namespace sync_pb

namespace syncer {

struct WaitInterval {};

// A class to track the per-type scheduling data.
class DataTypeTracker {};

}  // namespace syncer

#endif  // COMPONENTS_SYNC_ENGINE_CYCLE_DATA_TYPE_TRACKER_H_