#include "remoting/base/corp_logging_service_client.h"
#include <memory>
#include "base/functional/bind.h"
#include "net/traffic_annotation/network_traffic_annotation.h"
#include "remoting/base/internal_headers.h"
#include "remoting/base/protobuf_http_request.h"
#include "remoting/base/protobuf_http_request_config.h"
#include "remoting/base/service_urls.h"
#include "remoting/proto/empty.pb.h"
namespace remoting {
CorpLoggingServiceClient::CorpLoggingServiceClient(
scoped_refptr<network::SharedURLLoaderFactory> url_loader_factory,
std::unique_ptr<OAuthTokenGetter> oauth_token_getter)
: … { … }
CorpLoggingServiceClient::~CorpLoggingServiceClient() = default;
void CorpLoggingServiceClient::ReportSessionDisconnected(
const internal::ReportSessionDisconnectedRequestStruct& request_struct,
StatusCallback done) { … }
}