| Index: net/socket/udp_socket_unittest.cc
|
| diff --git a/net/udp/udp_socket_unittest.cc b/net/socket/udp_socket_unittest.cc
|
| similarity index 99%
|
| rename from net/udp/udp_socket_unittest.cc
|
| rename to net/socket/udp_socket_unittest.cc
|
| index 21ac91811f03fb5a7b96194af2b46e3815e82327..befa2da86088fe9246c141afad8754cf12899f3a 100644
|
| --- a/net/udp/udp_socket_unittest.cc
|
| +++ b/net/socket/udp_socket_unittest.cc
|
| @@ -2,10 +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.h"
|
| -
|
| -#include "net/udp/udp_client_socket.h"
|
| -#include "net/udp/udp_server_socket.h"
|
| +#include "net/socket/udp_socket.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| @@ -25,6 +22,8 @@
|
| #include "net/log/test_net_log.h"
|
| #include "net/log/test_net_log_entry.h"
|
| #include "net/log/test_net_log_util.h"
|
| +#include "net/socket/udp_client_socket.h"
|
| +#include "net/socket/udp_server_socket.h"
|
| #include "net/test/gtest_util.h"
|
| #include "net/test/net_test_suite.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|