| Index: net/test/spawned_test_server/spawner_communicator.h
|
| diff --git a/net/test/spawner_communicator.h b/net/test/spawned_test_server/spawner_communicator.h
|
| similarity index 96%
|
| rename from net/test/spawner_communicator.h
|
| rename to net/test/spawned_test_server/spawner_communicator.h
|
| index 6280a484b8763ae2c37627cb5224c4591d2921d0..bf426e635024718675e226d552f996a98fdfa687 100644
|
| --- a/net/test/spawner_communicator.h
|
| +++ b/net/test/spawned_test_server/spawner_communicator.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_TEST_SPAWNER_COMMUNICATOR_H_
|
| -#define NET_TEST_SPAWNER_COMMUNICATOR_H_
|
| +#ifndef NET_TEST_SPAWNED_TEST_SERVER_SPAWNER_COMMUNICATOR_H_
|
| +#define NET_TEST_SPAWNED_TEST_SERVER_SPAWNER_COMMUNICATOR_H_
|
|
|
| #include <string>
|
|
|
| @@ -148,4 +148,4 @@ class SpawnerCommunicator : public net::URLRequest::Delegate {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_TEST_SPAWNER_COMMUNICATOR_H_
|
| +#endif // NET_TEST_SPAWNED_TEST_SERVER_SPAWNER_COMMUNICATOR_H_
|
|
|