blob: 46386c828bdf2652aa98ffcf3c5c4f127095a153 [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_USER_EDUCATION_COMMON_NTP_PROMO_NTP_PROMO_IDENTIFIER_H_
#define COMPONENTS_USER_EDUCATION_COMMON_NTP_PROMO_NTP_PROMO_IDENTIFIER_H_
#include <string>
namespace user_education {
// NtpPromoIdentifier is used as a handle for new tab page promos.
using NtpPromoIdentifier = std::string;
} // namespace user_education
#endif // COMPONENTS_USER_EDUCATION_COMMON_NTP_PROMO_NTP_PROMO_IDENTIFIER_H_