#include "components/sync/test/sync_change_processor_wrapper_for_test.h"
#include "base/functional/bind.h"
#include "components/sync/model/syncable_service.h"
namespace syncer {
SyncChangeProcessorWrapperForTest::SyncChangeProcessorWrapperForTest(
SyncChangeProcessor* wrapped)
: … { … }
SyncChangeProcessorWrapperForTest::SyncChangeProcessorWrapperForTest(
SyncableService* wrapped)
: … { … }
SyncChangeProcessorWrapperForTest::~SyncChangeProcessorWrapperForTest() =
default;
std::optional<ModelError> SyncChangeProcessorWrapperForTest::ProcessSyncChanges(
const base::Location& from_here,
const SyncChangeList& change_list) { … }
}