Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: net/test/spawned_test_server/local_test_server.h

Issue 14691006: Move SpawnedTestServer to its own subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gyp Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/test/spawned_test_server/base_test_server.cc ('k') | net/test/spawned_test_server/local_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/spawned_test_server/local_test_server.h
diff --git a/net/test/local_test_server.h b/net/test/spawned_test_server/local_test_server.h
similarity index 94%
rename from net/test/local_test_server.h
rename to net/test/spawned_test_server/local_test_server.h
index fcc7ebf5135ad0265dcedbf784f917a0644434d5..8f79b8f8bf9975f7e93dea27ed7fd1f721ae9de0 100644
--- a/net/test/local_test_server.h
+++ b/net/test/spawned_test_server/local_test_server.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_TEST_LOCAL_TEST_SERVER_H_
-#define NET_TEST_LOCAL_TEST_SERVER_H_
+#ifndef NET_TEST_SPAWNED_TEST_SERVER_LOCAL_TEST_SERVER_H_
+#define NET_TEST_SPAWNED_TEST_SERVER_LOCAL_TEST_SERVER_H_
#include <string>
#include "base/file_util.h"
#include "base/process.h"
-#include "net/test/base_test_server.h"
+#include "net/test/spawned_test_server/base_test_server.h"
#if defined(OS_WIN)
#include "base/win/scoped_handle.h"
@@ -114,4 +114,4 @@ class LocalTestServer : public BaseTestServer {
} // namespace net
-#endif // NET_TEST_LOCAL_TEST_SERVER_H_
+#endif // NET_TEST_SPAWNED_TEST_SERVER_LOCAL_TEST_SERVER_H_
« no previous file with comments | « net/test/spawned_test_server/base_test_server.cc ('k') | net/test/spawned_test_server/local_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698