chromium/ui/views/interaction/view_focus_observer.h

// 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.

#ifndef UI_VIEWS_INTERACTION_VIEW_FOCUS_OBSERVER_H_
#define UI_VIEWS_INTERACTION_VIEW_FOCUS_OBSERVER_H_

#include "base/scoped_observation.h"
#include "ui/base/interaction/element_identifier.h"
#include "ui/base/interaction/state_observer.h"
#include "ui/views/focus/focus_manager.h"
#include "ui/views/view.h"
#include "ui/views/widget/widget_observer.h"

namespace viewstest  // namespace views::test

#endif  // UI_VIEWS_INTERACTION_VIEW_FOCUS_OBSERVER_H_