// Copyright 2020 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/extensions/expandable_container_view.h" #include "base/strings/utf_string_conversions.h" #include "chrome/test/views/chrome_views_test_base.h" ExpandableContainerViewTest; TEST_F(ExpandableContainerViewTest, DetailLevelVisibility) { … }