#include "content/browser/site_instance_group.h"
#include "base/memory/scoped_refptr.h"
#include "content/browser/browsing_instance.h"
#include "content/browser/renderer_host/render_process_host_impl.h"
#include "content/browser/web_exposed_isolation_info.h"
#include "content/public/test/browser_task_environment.h"
#include "content/public/test/mock_render_process_host.h"
#include "content/public/test/test_browser_context.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content {
SiteInstanceGroupTest;
TEST_F(SiteInstanceGroupTest, BrowsingInstanceLifetime) { … }
TEST_F(SiteInstanceGroupTest, ObserverDestructionDuringIteration) { … }
}