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

Unified Diff: net/test/run_all_unittests.cc

Issue 12811011: net: move test files out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 7 years, 9 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/net_test_suite.cc ('k') | net/udp/udp_socket_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/run_all_unittests.cc
diff --git a/net/base/run_all_unittests.cc b/net/test/run_all_unittests.cc
similarity index 97%
rename from net/base/run_all_unittests.cc
rename to net/test/run_all_unittests.cc
index 4a5f997b95e70840424909136e8a9f63a5af3e61..d8392ff0e2a7f9751c8731301fb2e1a1bb3e3945 100644
--- a/net/base/run_all_unittests.cc
+++ b/net/test/run_all_unittests.cc
@@ -5,10 +5,10 @@
#include "base/metrics/statistics_recorder.h"
#include "build/build_config.h"
#include "crypto/nss_util.h"
-#include "net/base/net_test_suite.h"
#include "net/socket/client_socket_pool_base.h"
#include "net/socket/ssl_server_socket.h"
#include "net/spdy/spdy_session.h"
+#include "net/test/net_test_suite.h"
#if defined(OS_ANDROID)
#include "base/android/jni_android.h"
« no previous file with comments | « net/test/net_test_suite.cc ('k') | net/udp/udp_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698