chromium/ios/chrome/browser/ui/content_suggestions/safety_check/constants.mm

// 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.

#import "ios/chrome/browser/ui/content_suggestions/safety_check/constants.h"

namespace safety_check {

constexpr NSString* const kAllSafeItemID = @"safety_check::kAllSafeItemID";
constexpr NSString* const kRunningItemID = @"safety_check::kRunningItemID";
constexpr NSString* const kUpdateChromeItemID =
    @"safety_check::kUpdateChromeItemID";
constexpr NSString* const kPasswordItemID = @"safety_check::kPasswordItemID";
constexpr NSString* const kSafeBrowsingItemID =
    @"safety_check::kSafeBrowsingItemID";
constexpr NSString* const kDefaultItemID = @"safety_check::kDefaultItemID";
constexpr NSString* const kSafetyCheckViewID =
    @"safety_check::kSafetyCheckViewID";

}  // namespace safety_check