// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_VIEWS_INTERACTION_WIDGET_FOCUS_OBSERVER_H_ #define UI_VIEWS_INTERACTION_WIDGET_FOCUS_OBSERVER_H_ #include <vector> #include "base/callback_list.h" #include "base/functional/callback_forward.h" #include "ui/base/interaction/framework_specific_implementation.h" #include "ui/base/interaction/state_observer.h" #include "ui/gfx/native_widget_types.h" #include "ui/views/widget/widget.h" namespace viewstest // namespace views::test #endif // UI_VIEWS_INTERACTION_WIDGET_FOCUS_OBSERVER_H_