| Index: remoting/host/server_log_entry.h
|
| diff --git a/remoting/host/server_log_entry.h b/remoting/host/server_log_entry.h
|
| index f1af9bd86935da9ad96222abea077bc67cebab2c..3e8e68ba229c32560b145da9dbbc3fe82d7ae213 100644
|
| --- a/remoting/host/server_log_entry.h
|
| +++ b/remoting/host/server_log_entry.h
|
| @@ -32,10 +32,10 @@ class ServerLogEntry {
|
|
|
| // Constructs a log entry for a session state change.
|
| // Currently this is either connection or disconnection.
|
| - static ServerLogEntry* MakeSessionStateChange(bool connection);
|
| + static scoped_ptr<ServerLogEntry> MakeForSessionStateChange(bool connection);
|
|
|
| // Constructs a log entry for a heartbeat.
|
| - static ServerLogEntry* MakeForHeartbeat();
|
| + static scoped_ptr<ServerLogEntry> MakeForHeartbeat();
|
|
|
| ~ServerLogEntry();
|
|
|
|
|