#ifndef REMOTING_BASE_CLOUD_SERVICE_CLIENT_H_
#define REMOTING_BASE_CLOUD_SERVICE_CLIENT_H_
#include <memory>
#include <string>
#include "base/functional/callback_forward.h"
#include "remoting/base/protobuf_http_client.h"
namespace google::internal::remoting::cloud::v1alpha {
class ProvisionGceInstanceResponse;
}
namespace google::protobuf {
class MessageLite;
}
namespace net {
struct NetworkTrafficAnnotationTag;
}
namespace remoting {
namespace apis::v1 {
class ProvisionGceInstanceResponse;
}
class ProtobufHttpStatus;
class CloudServiceClient { … };
}
#endif