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

Unified Diff: net/test/spawned_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/remote_test_server.cc ('k') | net/test/spawned_test_server/base_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.h
diff --git a/net/test/spawned_test_server.h b/net/test/spawned_test_server.h
deleted file mode 100644
index f673869df71563dc47bdc8026bd681693bc88942..0000000000000000000000000000000000000000
--- a/net/test/spawned_test_server.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NET_TEST_SPAWNED_TEST_SERVER_H_
-#define NET_TEST_SPAWNED_TEST_SERVER_H_
-
-#include "build/build_config.h"
-
-#if defined(OS_ANDROID)
-#include "net/test/remote_test_server.h"
-#else
-#include "net/test/local_test_server.h"
-#endif
-
-namespace net {
-
-#if defined(OS_ANDROID)
-typedef RemoteTestServer SpawnedTestServer;
-#else
-typedef LocalTestServer SpawnedTestServer;
-#endif
-
-} // namespace net
-
-#endif // NET_TEST_SPAWNED_TEST_SERVER_H_
-
« no previous file with comments | « net/test/remote_test_server.cc ('k') | net/test/spawned_test_server/base_test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698