// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_UI_SETTINGS_AUTOFILL_AUTOFILL_SETTINGS_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_SETTINGS_AUTOFILL_AUTOFILL_SETTINGS_CONSTANTS_H_
#import <Foundation/Foundation.h>
extern NSString* const kAutofillProfileEditTableViewId;
extern NSString* const kAutofillProfileTableViewID;
extern NSString* const kAutofillPaymentMethodsToolbarId;
extern NSString* const kAutofillAddressSwitchViewId;
extern NSString* const kAutofillAddressManagedViewId;
extern NSString* const kAutofillCreditCardTableViewId;
extern NSString* const kAutofillCreditCardSwitchViewId;
extern NSString* const kAutofillCreditCardManagedViewId;
extern NSString* const kAutofillMandatoryReauthSwitchViewId;
// Accessibility identifier for the edit card table view.
extern NSString* const kAutofillCreditCardEditTableViewId;
// Accessibility identifier for the migrate to account button.
extern NSString* const kAutofillAddressMigrateToAccountButtonId;
#endif // IOS_CHROME_BROWSER_UI_SETTINGS_AUTOFILL_AUTOFILL_SETTINGS_CONSTANTS_H_