| Index: remoting/host/host_status_logger.cc
|
| diff --git a/remoting/host/host_status_logger.cc b/remoting/host/host_status_logger.cc
|
| index eeae93b5b1cae440b982ba862ada4cb918db9cfa..992a155fbfc92493a3d16745d2f8d743edb6f750 100644
|
| --- a/remoting/host/host_status_logger.cc
|
| +++ b/remoting/host/host_status_logger.cc
|
| @@ -31,7 +31,7 @@ void HostStatusLogger::LogSessionStateChange(const std::string& jid,
|
| bool connected) {
|
| DCHECK(CalledOnValidThread());
|
|
|
| - scoped_ptr<ServerLogEntry> entry(
|
| + std::unique_ptr<ServerLogEntry> entry(
|
| MakeLogEntryForSessionStateChange(connected));
|
| AddHostFieldsToLogEntry(entry.get());
|
| entry->AddModeField(log_to_server_.mode());
|
|
|