| Index: net/test/spawned_test_server/remote_test_server.cc
|
| diff --git a/net/test/remote_test_server.cc b/net/test/spawned_test_server/remote_test_server.cc
|
| similarity index 98%
|
| rename from net/test/remote_test_server.cc
|
| rename to net/test/spawned_test_server/remote_test_server.cc
|
| index 0692faecec14ff334593a88a1e4a936e14cc6cf0..b930169e32f19f9736c235669d8d7d661807bb9d 100644
|
| --- a/net/test/remote_test_server.cc
|
| +++ b/net/test/spawned_test_server/remote_test_server.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/test/remote_test_server.h"
|
| +#include "net/test/spawned_test_server/remote_test_server.h"
|
|
|
| #include <vector>
|
|
|
| @@ -18,7 +18,7 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/host_port_pair.h"
|
| #include "net/base/net_errors.h"
|
| -#include "net/test/spawner_communicator.h"
|
| +#include "net/test/spawned_test_server/spawner_communicator.h"
|
|
|
| namespace net {
|
|
|
|
|