chromium/chrome/browser/sync/test/integration/product_specifications_helper.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/sync/test/integration/product_specifications_helper.h"

#include <sstream>

#include "base/containers/to_vector.h"
#include "base/strings/string_util.h"
#include "base/time/time.h"
#include "components/commerce/core/product_specifications/product_specifications_service.h"
#include "components/commerce/core/product_specifications/product_specifications_set.h"
#include "components/sync/protocol/product_comparison_specifics.pb.h"

namespace commerce {

ProductSpecificationsChecker::ProductSpecificationsChecker(
    ProductSpecificationsService* service,
    ProductSpecificationsSet* expected_set)
    :{}

ProductSpecificationsChecker::~ProductSpecificationsChecker() = default;

bool ProductSpecificationsChecker::IsExitConditionSatisfied(std::ostream* os) {}

bool ProductSpecificationsChecker::IsSpecificsAvailableAndEqual() {}

}  // namespace commerce