// Copyright 2023 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/invalidations/invalidations_status_checker.h" #include "components/sync/service/sync_service_impl.h" InvalidationsStatusChecker::InvalidationsStatusChecker( syncer::SyncServiceImpl* sync_service, bool expected_status) : … { … } bool InvalidationsStatusChecker::IsExitConditionSatisfied(std::ostream* os) { … }