| Index: net/socket/udp_client_socket.cc
|
| diff --git a/net/udp/udp_client_socket.cc b/net/socket/udp_client_socket.cc
|
| similarity index 98%
|
| rename from net/udp/udp_client_socket.cc
|
| rename to net/socket/udp_client_socket.cc
|
| index 9a559ece9fa1aacaff77b61fe045fc8ee2524bc3..767aa63b012778cd2cf0d21a868d25407af08dee 100644
|
| --- a/net/udp/udp_client_socket.cc
|
| +++ b/net/socket/udp_client_socket.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/udp/udp_client_socket.h"
|
| +#include "net/socket/udp_client_socket.h"
|
|
|
| #include "net/base/net_errors.h"
|
|
|
|
|