#ifndef REMOTING_HOST_SETUP_HOST_STARTER_OAUTH_HELPER_H_
#define REMOTING_HOST_SETUP_HOST_STARTER_OAUTH_HELPER_H_
#include <memory>
#include <string>
#include "base/functional/callback.h"
#include "base/memory/scoped_refptr.h"
#include "base/sequence_checker.h"
#include "google_apis/gaia/gaia_oauth_client.h"
#include "remoting/host/setup/host_starter.h"
namespace network {
class SharedURLLoaderFactory;
}
namespace remoting {
class HostStarterOAuthHelper : public gaia::GaiaOAuthClient::Delegate { … };
}
#endif