| Index: remoting/host/log_to_server.cc
|
| diff --git a/remoting/host/log_to_server.cc b/remoting/host/log_to_server.cc
|
| index c80ee88be729cc5779636587ec76201ff1dc5c2b..b0859d020ea838c69342e1dce3ee3a71a8a5c030 100644
|
| --- a/remoting/host/log_to_server.cc
|
| +++ b/remoting/host/log_to_server.cc
|
| @@ -71,7 +71,7 @@ void LogToServer::OnClientDisconnected(const std::string& jid) {
|
| LogSessionStateChange(false);
|
| }
|
|
|
| -void LogToServer::OnAccessDenied() {
|
| +void LogToServer::OnAccessDenied(const std::string& jid) {
|
| }
|
|
|
| void LogToServer::OnShutdown() {
|
|
|