#ifndef COMPONENTS_COMMERCE_CORE_PRODUCT_SPECIFICATIONS_PRODUCT_SPECIFICATIONS_SYNC_BRIDGE_H_
#define COMPONENTS_COMMERCE_CORE_PRODUCT_SPECIFICATIONS_PRODUCT_SPECIFICATIONS_SYNC_BRIDGE_H_
#include "base/functional/callback_forward.h"
#include "base/memory/weak_ptr.h"
#include "base/observer_list.h"
#include "components/sync/model/data_type_store.h"
#include "components/sync/model/data_type_sync_bridge.h"
#include "components/sync/model/entity_change.h"
#include "components/sync/model/metadata_batch.h"
#include "components/sync/protocol/entity_data.h"
#include "components/sync/protocol/product_comparison_specifics.pb.h"
#include "url/gurl.h"
namespace syncer {
class MetadataChangeList;
class ModelError;
}
namespace commerce {
class ProductSpecificationsService;
class ProductSpecificationsServiceTest;
class ProductSpecificationsSyncBridgeMultiSpecsTest;
class ProductSpecificationsSyncBridgeTest;
class ProductSpecificationsSyncBridge : public syncer::DataTypeSyncBridge { … };
}
#endif