#ifndef COMPONENTS_USER_EDUCATION_COMMON_TUTORIAL_SERVICE_H_
#define COMPONENTS_USER_EDUCATION_COMMON_TUTORIAL_SERVICE_H_
#include <memory>
#include <optional>
#include <string>
#include "base/callback_list.h"
#include "base/functional/callback_forward.h"
#include "base/functional/callback_helpers.h"
#include "base/memory/raw_ptr.h"
#include "base/timer/timer.h"
#include "components/user_education/common/help_bubble.h"
#include "components/user_education/common/tutorial.h"
#include "components/user_education/common/tutorial_identifier.h"
#include "ui/base/interaction/element_tracker.h"
class TutorialInteractiveUitest;
namespace user_education {
class HelpBubbleFactoryRegistry;
class TutorialRegistry;
namespace internal {
class TutorialStepBuilder;
}
class TutorialService { … };
}
#endif