| Index: remoting/client/client_util.h
|
| diff --git a/remoting/client/client_util.h b/remoting/client/client_util.h
|
| index 4c2902ecfc1a355a91f2786e669354ace3af9539..ba9fefe2145e3cbd748782f7ba7ca6df2f9f613c 100644
|
| --- a/remoting/client/client_util.h
|
| +++ b/remoting/client/client_util.h
|
| @@ -10,9 +10,9 @@
|
| namespace remoting {
|
|
|
| // Get the login info from the console and writes into |host_jid|, |username|
|
| -// and |password|. Return true if successful.
|
| +// and |auth_token|. Return true if successful.
|
| bool GetLoginInfo(std::string& host_jid, std::string& username,
|
| - std::string& password);
|
| + std::string& auth_token);
|
|
|
| } // namespace remoting
|
|
|
|
|