| Index: remoting/protocol/session.h
|
| diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h
|
| index b4a0d0354b3c07e1b7ed726cdae124b27c4d00a3..f806e21dba8abac8086bd8db965f93db5e1cc9de 100644
|
| --- a/remoting/protocol/session.h
|
| +++ b/remoting/protocol/session.h
|
| @@ -94,7 +94,7 @@
|
| // Set protocol configuration for an incoming session. Must be
|
| // called on the host before the connection is accepted, from
|
| // ChromotocolServer::IncomingConnectionCallback.
|
| - virtual void set_config(scoped_ptr<SessionConfig> config) = 0;
|
| + virtual void set_config(const SessionConfig& config) = 0;
|
|
|
| // GetTransportChannelFactory() returns a factory that creates a new transport
|
| // channel for each logical channel. GetMultiplexedChannelFactory() channels
|
|
|