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

// 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.

#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_PRODUCT_SPECIFICATIONS_HELPER_H_
#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_PRODUCT_SPECIFICATIONS_HELPER_H_

#include "base/memory/raw_ptr.h"
#include "base/memory/raw_ref.h"
#include "chrome/browser/sync/test/integration/status_change_checker.h"

namespace commerce {

class ProductSpecificationsSet;

class ProductSpecificationsService;

// Class that checks when CompareSpecifics are available to be used
// by ProductSpecificationsService.
class ProductSpecificationsChecker : public StatusChangeChecker {};

}  // namespace commerce

#endif  // CHROME_BROWSER_SYNC_TEST_INTEGRATION_PRODUCT_SPECIFICATIONS_HELPER_H_