#ifndef REMOTING_BASE_CORP_SERVICE_CLIENT_H_
#define REMOTING_BASE_CORP_SERVICE_CLIENT_H_
#include <memory>
#include <optional>
#include <string>
#include "base/functional/callback_forward.h"
#include "base/memory/scoped_refptr.h"
#include "remoting/base/buildflags.h"
#include "remoting/base/internal_headers.h"
#include "remoting/base/protobuf_http_client.h"
#include "remoting/proto/empty.pb.h"
namespace google::protobuf {
class MessageLite;
}
namespace net {
struct NetworkTrafficAnnotationTag;
}
namespace remoting {
class ProtobufHttpStatus;
class CorpServiceClient { … };
}
#endif