#ifndef REMOTING_BASE_PROTOBUF_HTTP_STREAM_PARSER_H_
#define REMOTING_BASE_PROTOBUF_HTTP_STREAM_PARSER_H_
#include <string_view>
#include "base/functional/callback.h"
#include "base/memory/scoped_refptr.h"
#include "base/memory/weak_ptr.h"
#include "third_party/protobuf/src/google/protobuf/wire_format_lite.h"
namespace google {
namespace protobuf {
namespace io {
class CodedInputStream;
}
}
}
namespace net {
class GrowableIOBuffer;
}
namespace remoting {
class ProtobufHttpStatus;
class ProtobufHttpStreamParser final { … };
}
#endif