diff options
Diffstat (limited to 'remoting/protocol/socket_wrapper.h')
-rw-r--r-- | remoting/protocol/socket_wrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/socket_wrapper.h b/remoting/protocol/socket_wrapper.h index 7176232..d67bc18 100644 --- a/remoting/protocol/socket_wrapper.h +++ b/remoting/protocol/socket_wrapper.h @@ -7,7 +7,7 @@ #ifndef REMOTING_PROTOCOL_SOCKET_WRAPPER_H_ #define REMOTING_PROTOCOL_SOCKET_WRAPPER_H_ -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "net/socket/socket.h" namespace remoting { |