// 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 "components/page_info/page_info_ui.h" #include "build/buildflag.h" #include "components/page_info/page_info_ui_delegate.h" #include "components/strings/grit/components_strings.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/base/l10n/l10n_util.h" namespace { class MockPageInfoUiDelegate : public PageInfoUiDelegate { … }; } // namespace TEST(PageInfoUITest, PermissionStateToUIString) { … }