chromium/components/sync/model/data_type_sync_bridge_unittest.cc

// Copyright 2016 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/model/data_type_sync_bridge.h"

#include <utility>

#include "base/functional/bind.h"
#include "base/functional/callback_helpers.h"
#include "components/sync/model/conflict_resolution.h"
#include "components/sync/model/metadata_batch.h"
#include "components/sync/protocol/data_type_state.pb.h"
#include "components/sync/test/mock_data_type_local_change_processor.h"
#include "components/sync/test/stub_data_type_sync_bridge.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace syncer {
namespace {

_;
Return;

class DataTypeSyncBridgeTest : public ::testing::Test {};

// ResolveConflicts should return kUseRemote unless the remote data is deleted.
TEST_F(DataTypeSyncBridgeTest, DefaultConflictResolution) {}

}  // namespace
}  // namespace syncer