Index: remoting/host/host_status_observer.h |
diff --git a/remoting/host/host_status_observer.h b/remoting/host/host_status_observer.h |
index 200b7d8d0f94b5fcbf03a1b3e259376bc7aa2e85..eec5a5110a758ac62d6de0512e0a6295bc032a0b 100644 |
--- a/remoting/host/host_status_observer.h |
+++ b/remoting/host/host_status_observer.h |
@@ -45,7 +45,7 @@ class HostStatusObserver { |
const protocol::TransportRoute& route) {} |
// Called when hosting is started for an account. |
- virtual void OnStart(const std::string& xmpp_login) {} |
+ virtual void OnStart(const std::string& host_owner_email) {} |
// Called when the host shuts down. |
virtual void OnShutdown() {} |