chromium/components/sync/service/get_types_with_unsynced_data_request_barrier.cc

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

#include "components/sync/service/get_types_with_unsynced_data_request_barrier.h"

#include <utility>

#include "base/logging.h"

namespace syncer {

GetTypesWithUnsyncedDataRequestBarrier::GetTypesWithUnsyncedDataRequestBarrier(
    DataTypeSet requested_types,
    base::OnceCallback<void(DataTypeSet)> callback)
    :{}

GetTypesWithUnsyncedDataRequestBarrier::
    ~GetTypesWithUnsyncedDataRequestBarrier() {}

void GetTypesWithUnsyncedDataRequestBarrier::OnReceivedResultForType(
    const DataType type,
    bool has_unsynced_data) {}

}  // namespace syncer