summaryrefslogtreecommitdiffstats
path: root/remoting/host/setup/host_starter.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/setup/host_starter.h')
-rw-r--r--remoting/host/setup/host_starter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/setup/host_starter.h b/remoting/host/setup/host_starter.h
index a8b90f2..1d3b97f 100644
--- a/remoting/host/setup/host_starter.h
+++ b/remoting/host/setup/host_starter.h
@@ -52,7 +52,7 @@ class HostStarter : public gaia::GaiaOAuthClient::Delegate,
int expires_in_seconds) OVERRIDE;
virtual void OnRefreshTokenResponse(const std::string& access_token,
int expires_in_seconds) OVERRIDE;
- virtual void OnGetUserInfoResponse(const std::string& user_email) OVERRIDE;
+ virtual void OnGetUserEmailResponse(const std::string& user_email) OVERRIDE;
// remoting::ServiceClient::Delegate
virtual void OnHostRegistered() OVERRIDE;