// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_TEST_SESSION_AUTHZ_PLAYGROUND_H_ #define REMOTING_TEST_SESSION_AUTHZ_PLAYGROUND_H_ #include <memory> #include "base/run_loop.h" #include "remoting/base/corp_session_authz_service_client.h" #include "remoting/base/oauth_token_getter.h" #include "remoting/base/protobuf_http_status.h" #include "services/network/transitional_url_loader_factory_owner.h" namespace remoting { class SessionAuthzPlayground { … }; } // namespace remoting #endif // REMOTING_TEST_SESSION_AUTHZ_PLAYGROUND_H_