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

// Copyright 2020 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/offer_helper.h"

#include "base/strings/string_number_conversions.h"
#include "components/autofill/core/browser/autofill_test_utils.h"
#include "components/autofill/core/browser/data_model/autofill_offer_data.h"
#include "components/autofill/core/browser/webdata/payments/payments_sync_bridge_util.h"
#include "components/sync/protocol/autofill_offer_specifics.pb.h"
#include "components/sync/protocol/entity_specifics.pb.h"
#include "components/sync/protocol/sync_entity.pb.h"

AutofillOfferData;
SetAutofillOfferSpecificsFromOfferData;
GetCardLinkedOfferData1;
AutofillOfferSpecifics;
SyncEntity;

namespace offer_helper {

SyncEntity CreateDefaultSyncCardLinkedOffer() {}

SyncEntity CreateSyncCardLinkedOffer(const AutofillOfferData& offer_data) {}

}  // namespace offer_helper