blob: 329dad5f3d1a8068d8cb1667fb818fcc1e907de7 [file] [log] [blame]
// Copyright 2021 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_TUTORIAL_IDENTIFIER_H_
#define COMPONENTS_USER_EDUCATION_COMMON_TUTORIAL_IDENTIFIER_H_
#include <string>
namespace user_education {
// TutorialIdentifier is used as a handle for Tutorials.
using TutorialIdentifier = std::string;
} // namespace user_education
#endif // COMPONENTS_USER_EDUCATION_COMMON_TUTORIAL_IDENTIFIER_H_