#ifndef REMOTING_HOST_MOJO_VIDEO_CAPTURER_LIST_H_
#define REMOTING_HOST_MOJO_VIDEO_CAPTURER_LIST_H_
#include <map>
#include <memory>
#include "base/memory/scoped_refptr.h"
#include "remoting/host/mojom/desktop_session.mojom.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_capture_types.h"
namespace webrtc {
class DesktopVector;
class MouseCursor;
}
namespace remoting {
class AutoThreadTaskRunner;
class DesktopEnvironment;
class MojoVideoCapturer;
class MojoVideoCapturerList { … };
}
#endif