#ifndef COMPONENTS_USER_EDUCATION_WEBUI_HELP_BUBBLE_WEBUI_H_
#define COMPONENTS_USER_EDUCATION_WEBUI_HELP_BUBBLE_WEBUI_H_
#include <memory>
#include "components/user_education/common/help_bubble.h"
#include "components/user_education/common/help_bubble_factory.h"
#include "components/user_education/common/help_bubble_params.h"
#include "ui/base/interaction/element_identifier.h"
#include "ui/base/interaction/element_tracker.h"
#include "ui/base/interaction/framework_specific_implementation.h"
namespace content {
class WebContents;
}
namespace user_education {
class HelpBubbleHandlerBase;
class HelpBubbleWebUI : public HelpBubble { … };
class HelpBubbleFactoryWebUI : public HelpBubbleFactory { … };
}
#endif