chromium/ui/views/native_window_tracker_aura.h

// Copyright 2014 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_NATIVE_WINDOW_TRACKER_AURA_H_
#define UI_VIEWS_NATIVE_WINDOW_TRACKER_AURA_H_

#include "base/memory/raw_ptr.h"
#include "ui/aura/window_observer.h"
#include "ui/views/native_window_tracker.h"
#include "ui/views/views_export.h"

namespace views {

class VIEWS_EXPORT NativeWindowTrackerAura : public NativeWindowTracker,
                                             public aura::WindowObserver {};

}  // namespace views

#endif  // UI_VIEWS_NATIVE_WINDOW_TRACKER_AURA_H_