// 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/google_services/manage_accounts/accounts_table_view_controller_constants.h"
NSString* const kSettingsLegacyAccountsTableViewId =
@"SettingsLegacyAccountsTableViewId";
NSString* const kSettingsEditAccountListTableViewId =
@"SettingsEditAccountListTableViewId";
NSString* const kSettingsAccountsTableViewAddAccountCellId =
@"SettingsAccountsTableViewAddAccountCellId";
NSString* const kSettingsAccountsTableViewSignoutCellId =
@"SettingsAccountsTableViewSignoutCellId";
NSString* const kSettingsAccountsTableViewDoneButtonId =
@"SettingsAccountsTableViewDoneButtonId";
NSString* const kSettingsAccountsRemoveAccountButtonAccessibilityIdentifier =
@"SettingsAccountsRemoveAccountButtonAccessibilityIdentifier";