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

Unified Diff: net/test/spawned_test_server/base_test_server.cc

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.h ('k') | net/test/spawned_test_server/local_test_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/spawned_test_server/base_test_server.cc
diff --git a/net/test/base_test_server.cc b/net/test/spawned_test_server/base_test_server.cc
similarity index 99%
rename from net/test/base_test_server.cc
rename to net/test/spawned_test_server/base_test_server.cc
index ab9b1210d8573cd5d7e8d27526a00371037205a0..d8ecc2f14742ff5b795847e1142f546246dc00a3 100644
--- a/net/test/base_test_server.cc
+++ b/net/test/spawned_test_server/base_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/base_test_server.h"
+#include "net/test/spawned_test_server/base_test_server.h"
#include <string>
#include <vector>
« no previous file with comments | « net/test/spawned_test_server/base_test_server.h ('k') | net/test/spawned_test_server/local_test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698