// Copyright 2016 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_HOST_VIDEO_STATS_DISPATCHER_H_ #define REMOTING_PROTOCOL_HOST_VIDEO_STATS_DISPATCHER_H_ #include "base/memory/weak_ptr.h" #include "remoting/protocol/channel_dispatcher_base.h" #include "remoting/protocol/video_stats_stub.h" namespace remoting::protocol { class HostVideoStatsDispatcher : public ChannelDispatcherBase, public VideoStatsStub { … }; } // namespace remoting::protocol #endif // REMOTING_PROTOCOL_HOST_VIDEO_STATS_DISPATCHER_H_