chromium/components/plus_addresses/webdata/plus_address_sync_bridge.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 COMPONENTS_PLUS_ADDRESSES_WEBDATA_PLUS_ADDRESS_SYNC_BRIDGE_H_
#define COMPONENTS_PLUS_ADDRESSES_WEBDATA_PLUS_ADDRESS_SYNC_BRIDGE_H_

#include "base/functional/callback_forward.h"
#include "base/memory/raw_ref.h"
#include "base/memory/scoped_refptr.h"
#include "components/plus_addresses/plus_address_types.h"
#include "components/sync/model/data_type_sync_bridge.h"

class WebDatabaseBackend;

namespace plus_addresses {

class PlusAddressDataChange;
class PlusAddressTable;

class PlusAddressSyncBridge : public syncer::DataTypeSyncBridge {};

}  // namespace plus_addresses

#endif  // COMPONENTS_PLUS_ADDRESSES_WEBDATA_PLUS_ADDRESS_SYNC_BRIDGE_H_