| Index: remoting/host/chromoting_host.h
 | 
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
 | 
| index 614b46678adbe84c0840f32916419838a11c1fb7..ee4c5874f4e3415ef887b08de17f81354facb173 100644
 | 
| --- a/remoting/host/chromoting_host.h
 | 
| +++ b/remoting/host/chromoting_host.h
 | 
| @@ -86,7 +86,7 @@ class ChromotingHost : public base::NonThreadSafe,
 | 
|    // network and start listening for incoming connections.
 | 
|    //
 | 
|    // This method can only be called once during the lifetime of this object.
 | 
| -  void Start(const std::string& xmpp_login);
 | 
| +  void Start(const std::string& host_owner);
 | 
|  
 | 
|    // HostStatusMonitor interface.
 | 
|    virtual void AddStatusObserver(HostStatusObserver* observer) OVERRIDE;
 | 
| 
 |