#ifndef REMOTING_SIGNALING_FTL_REGISTRATION_MANAGER_H_
#define REMOTING_SIGNALING_FTL_REGISTRATION_MANAGER_H_
#include <memory>
#include <string>
#include "base/functional/callback_forward.h"
#include "base/memory/scoped_refptr.h"
#include "base/timer/timer.h"
#include "net/base/backoff_entry.h"
#include "remoting/signaling/registration_manager.h"
namespace network {
class SharedURLLoaderFactory;
}
namespace remoting {
namespace ftl {
class SignInGaiaRequest;
class SignInGaiaResponse;
}
class FtlDeviceIdProvider;
class OAuthTokenGetter;
class FtlRegistrationManager final : public RegistrationManager { … };
}
#endif