// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/views/hats/hats_next_web_dialog.h" #include "base/test/metrics/histogram_tester.h" #include "testing/gtest/include/gtest/gtest.h" class HatsNextWebDialogTest : public testing::Test { … }; TEST_F(HatsNextWebDialogTest, ParseSurveyQuestionAnswer) { … }