| Index: remoting/host/client_session.cc
|
| diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
|
| index cf282dd8fbf2a1434693c11b0cd0356d28034011..2ce140011b145fe34e0e52ca3df6724247266ec4 100644
|
| --- a/remoting/host/client_session.cc
|
| +++ b/remoting/host/client_session.cc
|
| @@ -417,7 +417,7 @@ scoped_ptr<VideoEncoder> ClientSession::CreateVideoEncoder(
|
| }
|
|
|
| NOTIMPLEMENTED();
|
| - return scoped_ptr<VideoEncoder>(NULL);
|
| + return scoped_ptr<VideoEncoder>();
|
| }
|
|
|
| // static
|
| @@ -434,7 +434,7 @@ scoped_ptr<AudioEncoder> ClientSession::CreateAudioEncoder(
|
| }
|
|
|
| NOTIMPLEMENTED();
|
| - return scoped_ptr<AudioEncoder>(NULL);
|
| + return scoped_ptr<AudioEncoder>();
|
| }
|
|
|
| } // namespace remoting
|
|
|