| Index: remoting/host/security_key/fake_ipc_gnubby_auth_handler.cc
|
| diff --git a/remoting/host/security_key/fake_ipc_gnubby_auth_handler.cc b/remoting/host/security_key/fake_ipc_gnubby_auth_handler.cc
|
| index 233c9ff03ebe4b723287476bf3bcd138ae5a281c..2918f387933a3e283c26460c031ef8379e08594f 100644
|
| --- a/remoting/host/security_key/fake_ipc_gnubby_auth_handler.cc
|
| +++ b/remoting/host/security_key/fake_ipc_gnubby_auth_handler.cc
|
| @@ -4,7 +4,8 @@
|
|
|
| #include "remoting/host/security_key/fake_ipc_gnubby_auth_handler.h"
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| +#include <memory>
|
| +
|
| #include "base/time/time.h"
|
| #include "ipc/ipc_channel.h"
|
| #include "ipc/ipc_listener.h"
|
|
|