#include "chrome/browser/sync/test/integration/shared_tab_group_data_helper.h"
#include "components/sync/base/data_type.h"
#include "components/sync/protocol/shared_tab_group_data_specifics.pb.h"
#include "components/sync/protocol/sync_entity.pb.h"
namespace tab_groups {
namespace {
std::vector<sync_pb::SharedTabGroupDataSpecifics>
SyncEntitiesToSharedTabGroupSpecifics(
std::vector<sync_pb::SyncEntity> entities) { … }
}
ServerSharedTabGroupMatchChecker::ServerSharedTabGroupMatchChecker(
const Matcher& matcher)
: … { … }
ServerSharedTabGroupMatchChecker::~ServerSharedTabGroupMatchChecker() = default;
bool ServerSharedTabGroupMatchChecker::IsExitConditionSatisfied(
std::ostream* os) { … }
}