chromium/components/autofill/core/browser/webdata/addresses/contact_info_data_type_controller.h

// Copyright 2023 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_AUTOFILL_CORE_BROWSER_WEBDATA_ADDRESSES_CONTACT_INFO_DATA_TYPE_CONTROLLER_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_ADDRESSES_CONTACT_INFO_DATA_TYPE_CONTROLLER_H_

#include <memory>

#include "components/autofill/core/browser/webdata/addresses/contact_info_precondition_checker.h"
#include "components/sync/base/sync_mode.h"
#include "components/sync/service/data_type_controller.h"
#include "components/sync/service/sync_service.h"

namespace signin {
class IdentityManager;
}

namespace syncer {
class DataTypeControllerDelegate;
class SyncService;
}  // namespace syncer

namespace autofill {

class ContactInfoDataTypeController : public syncer::DataTypeController {};

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_ADDRESSES_CONTACT_INFO_DATA_TYPE_CONTROLLER_H_