blob: 18a2131107288fcf2481b86a573f3ac258f122bc [file] [log] [blame]
// 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 IOS_CHROME_BROWSER_UI_SETTINGS_TABS_TABS_SETTINGS_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_SETTINGS_TABS_TABS_SETTINGS_CONSTANTS_H_
#import <Foundation/Foundation.h>
// The accessibility identifier of the Tabs setting table view.
extern NSString* const kTabsSettingsTableViewId;
#endif // IOS_CHROME_BROWSER_UI_SETTINGS_TABS_TABS_SETTINGS_CONSTANTS_H_