| Index: remoting/host/gnubby_auth_handler_win.cc
|
| diff --git a/remoting/host/gnubby_auth_handler_win.cc b/remoting/host/gnubby_auth_handler_win.cc
|
| index 12731b3adf42fdb3c8384b2971055597ab14e40a..c512466931129727d0c4a537320d21888380eb18 100644
|
| --- a/remoting/host/gnubby_auth_handler_win.cc
|
| +++ b/remoting/host/gnubby_auth_handler_win.cc
|
| @@ -25,7 +25,7 @@ class GnubbyAuthHandlerWin : public GnubbyAuthHandler {
|
| // static
|
| scoped_ptr<GnubbyAuthHandler> GnubbyAuthHandler::Create(
|
| protocol::ClientStub* client_stub) {
|
| - return scoped_ptr<GnubbyAuthHandler>();
|
| + return nullptr;
|
| }
|
|
|
| // static
|
|
|