// 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.
#import "ios/chrome/browser/ui/settings/autofill/autofill_settings_constants.h"
NSString* const kAutofillProfileEditTableViewId =
@"kAutofillProfileEditTableViewId";
NSString* const kAutofillProfileTableViewID = @"kAutofillProfileTableViewID";
NSString* const kAutofillAddressSwitchViewId = @"kAutofillAddressSwitchViewId";
NSString* const kAutofillAddressManagedViewId =
@"kAutofillAddressManagedViewId";
NSString* const kAutofillCreditCardTableViewId =
@"kAutofillCreditCardTableViewId";
NSString* const kAutofillCreditCardSwitchViewId =
@"kAutofillCreditCardSwitchViewId";
NSString* const kAutofillCreditCardManagedViewId =
@"kAutofillCreditCardManagedViewId";
NSString* const kAutofillPaymentMethodsToolbarId =
@"kAutofillPaymentMethodsToolbarId";
NSString* const kAutofillMandatoryReauthSwitchViewId =
@"kAutofillMandatoryReauthSwitchViewId";
NSString* const kAutofillCreditCardEditTableViewId =
@"kAutofillCreditCardEditTableViewId";
NSString* const kAutofillAddressMigrateToAccountButtonId =
@"kAutofillAddressMigrateToAccountButtonId";