// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <optional> #include "base/test/bind.h" #include "chrome/browser/ui/chooser_bubble_testapi.h" #include "ui/views/widget/any_widget_observer.h" #include "ui/views/widget/widget.h" namespace test { namespace { const char* kViewClassName = …; class ChooserBubbleUiWaiterViews : public ChooserBubbleUiWaiter { … }; } // namespace // static std::unique_ptr<ChooserBubbleUiWaiter> ChooserBubbleUiWaiter::Create() { … } } // namespace test