// 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/side_panel/side_panel_test_utils.h" #include <memory> #include "base/run_loop.h" #include "chrome/browser/ui/views/side_panel/side_panel_coordinator.h" SidePanelWaiter::SidePanelWaiter(SidePanelCoordinator* side_panel_coordinator) : … { … } SidePanelWaiter::~SidePanelWaiter() { … } void SidePanelWaiter::WaitForSidePanelClose() { … } void SidePanelWaiter::OnSidePanelDidClose() { … }