chromium/chrome/browser/ui/webui/feedback/feedback_ui_unittest.cc

// Copyright 2023 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/webui/feedback/feedback_ui.h"

#include "chrome/common/pref_names.h"
#include "chrome/test/base/testing_profile.h"
#include "components/prefs/pref_service.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

class FeedbackUITest : public testing::Test {};

TEST_F(FeedbackUITest, IsFeedbackEnabledTrue) {}

TEST_F(FeedbackUITest, IsFeedbackEnabledFalse) {}