| Index: net/socket/udp_socket_posix.cc
|
| diff --git a/net/udp/udp_socket_posix.cc b/net/socket/udp_socket_posix.cc
|
| similarity index 99%
|
| rename from net/udp/udp_socket_posix.cc
|
| rename to net/socket/udp_socket_posix.cc
|
| index 9939ce2e217578b2e7d37ffcc268f249b69b7ddc..ea75f61e8e44e0c72decd739f24a333bee01b0dc 100644
|
| --- a/net/udp/udp_socket_posix.cc
|
| +++ b/net/socket/udp_socket_posix.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_socket_posix.h"
|
| +#include "net/socket/udp_socket_posix.h"
|
|
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| @@ -32,7 +32,7 @@
|
| #include "net/log/net_log_source.h"
|
| #include "net/log/net_log_source_type.h"
|
| #include "net/socket/socket_descriptor.h"
|
| -#include "net/udp/udp_net_log_parameters.h"
|
| +#include "net/socket/udp_net_log_parameters.h"
|
|
|
| #if defined(OS_ANDROID)
|
| #include <dlfcn.h>
|
|
|