#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser_element_identifiers.h"
#include "chrome/browser/ui/views/toolbar/toolbar_view.h"
#include "chrome/browser/ui/views/user_education/browser_feature_promo_controller.h"
#include "chrome/browser/user_education/user_education_service.h"
#include "chrome/browser/user_education/user_education_service_factory.h"
#include "chrome/test/user_education/interactive_feature_promo_test.h"
#include "components/feature_engagement/public/feature_constants.h"
#include "components/user_education/common/feature_promo_result.h"
#include "content/public/test/browser_test.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/interaction/element_identifier.h"
#include "url/gurl.h"
namespace {
DEFINE_LOCAL_ELEMENT_IDENTIFIER_VALUE(…);
constexpr char kToolbarName[] = …;
constexpr char kContentsPaneName[] = …;
constexpr char kGetActiveElementJs[] = …;
}
class BrowserUserEducationServiceUiTest : public InteractiveFeaturePromoTest { … };
IN_PROC_BROWSER_TEST_F(BrowserUserEducationServiceUiTest,
WebUIHelpBubbleTakesFocus) { … }