| Index: remoting/host/win/rdp_client.h
|
| diff --git a/remoting/host/win/rdp_client.h b/remoting/host/win/rdp_client.h
|
| index 7c24efad0d68a97cacbc96687c7d49fb32048d4f..049cfdd26e8203ff67c6b125aaed76f1a8391e9b 100644
|
| --- a/remoting/host/win/rdp_client.h
|
| +++ b/remoting/host/win/rdp_client.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef REMOTING_HOST_WIN_RDP_CLIENT_H_
|
| #define REMOTING_HOST_WIN_RDP_CLIENT_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
|
|
| namespace base {
|
|
|