#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_PAYMENTS_AUTOFILL_WALLET_USAGE_DATA_SYNC_BRIDGE_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_PAYMENTS_AUTOFILL_WALLET_USAGE_DATA_SYNC_BRIDGE_H_
#include <memory>
#include <string>
#include "base/sequence_checker.h"
#include "base/supports_user_data.h"
#include "components/sync/model/data_type_local_change_processor.h"
#include "components/sync/model/data_type_sync_bridge.h"
#include "components/sync/model/metadata_change_list.h"
#include "components/sync/model/model_error.h"
#include "components/sync/model/mutable_data_batch.h"
namespace autofill {
class AutofillSyncMetadataTable;
class AutofillWebDataBackend;
class AutofillWebDataService;
class PaymentsAutofillTable;
class AutofillWalletUsageDataSyncBridge : public base::SupportsUserData::Data,
public syncer::DataTypeSyncBridge { … };
}
#endif