chromium/components/sync/test/mock_data_type_local_change_processor.cc

// Copyright 2018 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/test/mock_data_type_local_change_processor.h"

#include <utility>

#include "base/memory/ptr_util.h"
#include "components/sync/model/metadata_batch.h"
#include "components/sync/test/forwarding_data_type_local_change_processor.h"

namespace syncer {

_;
Invoke;

MockDataTypeLocalChangeProcessor::MockDataTypeLocalChangeProcessor() = default;

MockDataTypeLocalChangeProcessor::~MockDataTypeLocalChangeProcessor() = default;

base::WeakPtr<DataTypeLocalChangeProcessor>
MockDataTypeLocalChangeProcessor::GetWeakPtr() {}

std::unique_ptr<DataTypeLocalChangeProcessor>
MockDataTypeLocalChangeProcessor::CreateForwardingProcessor() {}

void MockDataTypeLocalChangeProcessor::DelegateCallsByDefaultTo(
    DataTypeLocalChangeProcessor* delegate) {}

}  //  namespace syncer