blob: 83913f7c828741dbade44dea8d07c554433ce112 [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_TUTORIAL_IDENTIFIER_H_
#define COMPONENTS_USER_EDUCATION_COMMON_TUTORIAL_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_TUTORIAL_IDENTIFIER_H_