| Index: net/socket/udp_client_socket.h
|
| diff --git a/net/udp/udp_client_socket.h b/net/socket/udp_client_socket.h
|
| similarity index 96%
|
| rename from net/udp/udp_client_socket.h
|
| rename to net/socket/udp_client_socket.h
|
| index 0a9879b4016b593ab3507836da1f5f6cb811276b..0549cc42911ac97b2afecaec6533634b6ab9a482 100644
|
| --- a/net/udp/udp_client_socket.h
|
| +++ b/net/socket/udp_client_socket.h
|
| @@ -10,8 +10,8 @@
|
| #include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| #include "net/base/rand_callback.h"
|
| -#include "net/udp/datagram_client_socket.h"
|
| -#include "net/udp/udp_socket.h"
|
| +#include "net/socket/datagram_client_socket.h"
|
| +#include "net/socket/udp_socket.h"
|
|
|
| namespace net {
|
|
|
|
|