chromium/ui/aura/test/window_occlusion_tracker_test_api.h

// Copyright 2018 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_AURA_TEST_WINDOW_OCCLUSION_TRACKER_TEST_API_H_
#define UI_AURA_TEST_WINDOW_OCCLUSION_TRACKER_TEST_API_H_

#include <memory>

#include "base/memory/raw_ptr.h"

namespace aura {

class WindowOcclusionTracker;

namespace test {

class WindowOcclusionTrackerTestApi {};

}  // namespace test
}  // namespace aura

#endif  // UI_AURA_TEST_WINDOW_OCCLUSION_TRACKER_TEST_API_H_