chromium/chrome/browser/sync/test/integration/updated_progress_marker_checker.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}