#ifndef REMOTING_HOST_DESKTOP_SESSION_CONNECTOR_H_
#define REMOTING_HOST_DESKTOP_SESSION_CONNECTOR_H_
#include "base/process/process.h"
#include "build/build_config.h"
#include "mojo/public/cpp/bindings/scoped_interface_endpoint_handle.h"
#include "mojo/public/cpp/system/message_pipe.h"
#include "remoting/host/mojom/remoting_host.mojom.h"
namespace remoting {
class DesktopSessionProxy;
class ScreenResolution;
class DesktopSessionConnector : public mojom::DesktopSessionConnectionEvents { … };
}
#endif