#ifndef REMOTING_PROTOCOL_NAMED_MESSAGE_PIPE_HANDLER_H_
#define REMOTING_PROTOCOL_NAMED_MESSAGE_PIPE_HANDLER_H_
#include <memory>
#include <string>
#include "base/functional/callback.h"
#include "base/task/sequenced_task_runner_helpers.h"
#include "base/threading/thread_checker.h"
#include "remoting/protocol/message_pipe.h"
namespace google {
namespace protobuf {
class MessageLite;
}
}
namespace remoting {
class CompoundBuffer;
namespace protocol {
class NamedMessagePipeHandler : public MessagePipe::EventHandler { … };
}
}
#endif