// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_HOST_FAKE_ACTIVE_DISPLAY_MONITOR_H_ #define REMOTING_HOST_FAKE_ACTIVE_DISPLAY_MONITOR_H_ #include "base/functional/callback.h" #include "base/memory/weak_ptr.h" #include "remoting/host/active_display_monitor.h" namespace remoting { class FakeActiveDisplayMonitor : public ActiveDisplayMonitor { … }; } // namespace remoting #endif // REMOTING_HOST_FAKE_ACTIVE_DISPLAY_MONITOR_H_