// Copyright 2024 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_SAVE_TO_DRIVE_UI_BUNDLED_FILE_DESTINATION_PICKER_CONSTANTS_H_
#define IOS_CHROME_BROWSER_SAVE_TO_DRIVE_UI_BUNDLED_FILE_DESTINATION_PICKER_CONSTANTS_H_

#import <Foundation/Foundation.h>

// Accessibility identifiers for file destination picker table view cells.
extern NSString* const kFileDestinationPickerFilesAccessibilityIdentifier;
extern NSString* const
    kFileDestinationPickerDownloadRestrictionFilesAccessibilityIdentifier;
extern NSString* const kFileDestinationPickerDriveAccessibilityIdentifier;

#endif  // IOS_CHROME_BROWSER_SAVE_TO_DRIVE_UI_BUNDLED_FILE_DESTINATION_PICKER_CONSTANTS_H_
