#ifndef REMOTING_TEST_FTL_SERVICES_PLAYGROUND_H_
#define REMOTING_TEST_FTL_SERVICES_PLAYGROUND_H_
#include <memory>
#include <string>
#include "base/functional/callback_forward.h"
#include "base/memory/weak_ptr.h"
#include "remoting/base/oauth_token_getter.h"
#include "remoting/signaling/ftl_messaging_client.h"
#include "remoting/signaling/ftl_registration_manager.h"
namespace network {
class TransitionalURLLoaderFactoryOwner;
}
namespace remoting {
namespace test {
class TestOAuthTokenGetter;
class TestTokenStorage;
}
class FtlServicesPlayground { … };
}
#endif