#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_AUTOFILL_WALLET_DATA_TYPE_CONTROLLER_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_AUTOFILL_WALLET_DATA_TYPE_CONTROLLER_H_
#include <memory>
#include "base/memory/raw_ptr.h"
#include "components/prefs/pref_change_registrar.h"
#include "components/sync/service/data_type_controller.h"
#include "components/sync/service/sync_service_observer.h"
class PrefService;
namespace syncer {
class SyncService;
}
namespace browser_sync {
class AutofillWalletDataTypeController : public syncer::DataTypeController,
public syncer::SyncServiceObserver { … };
}
#endif