#include "chrome/browser/sync/test/integration/updated_progress_marker_checker.h"
#include "base/functional/bind.h"
#include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
#include "chrome/browser/sync/test/integration/sync_test.h"
#include "components/sync/engine/cycle/sync_cycle_snapshot.h"
#include "components/sync/service/sync_service_impl.h"
UpdatedProgressMarkerChecker::UpdatedProgressMarkerChecker(
syncer::SyncServiceImpl* service)
: … { … }
UpdatedProgressMarkerChecker::~UpdatedProgressMarkerChecker() = default;
bool UpdatedProgressMarkerChecker::IsExitConditionSatisfied(std::ostream* os) { … }
void UpdatedProgressMarkerChecker::GotHasUnsyncedItems(
bool has_unsynced_items) { … }
void UpdatedProgressMarkerChecker::OnSyncCycleCompleted(
syncer::SyncService* sync) { … }