| Index: remoting/host/log_to_server.cc
|
| diff --git a/remoting/host/log_to_server.cc b/remoting/host/log_to_server.cc
|
| index efac9c289b055f30668e03e5b6d93c8a388945ef..d29627071eb5c313365c8624d5845b3778ad2b91 100644
|
| --- a/remoting/host/log_to_server.cc
|
| +++ b/remoting/host/log_to_server.cc
|
| @@ -45,7 +45,7 @@ void LogToServer::LogSessionStateChange(bool connected) {
|
| DCHECK(CalledOnValidThread());
|
|
|
| scoped_ptr<ServerLogEntry> entry(
|
| - ServerLogEntry::MakeSessionStateChange(connected));
|
| + ServerLogEntry::MakeForSessionStateChange(connected));
|
| entry->AddHostFields();
|
| entry->AddModeField(mode_);
|
|
|
|
|