#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 { … };
TEST_F(DataTypeSyncBridgeTest, DefaultConflictResolution) { … }
}
}