// 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 REMOTING_PROTOCOL_VIDEO_STREAM_EVENT_ROUTER_H_ #define REMOTING_PROTOCOL_VIDEO_STREAM_EVENT_ROUTER_H_ #include "base/containers/flat_map.h" #include "base/memory/weak_ptr.h" #include "base/threading/thread_checker.h" #include "remoting/protocol/video_channel_state_observer.h" #include "third_party/webrtc/modules/desktop_capture/desktop_capture_types.h" namespace remoting::protocol { class VideoStreamEventRouter { … }; } // namespace remoting::protocol #endif // REMOTING_PROTOCOL_VIDEO_STREAM_EVENT_ROUTER_H_