| // Copyright 2021 The Chromium Authors. All rights reserved. |
| // 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_ |
| |
| 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_ |