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

Unified Diff: net/base/run_all_unittests.cc

Issue 12321117: Refactor MainHook into TestSuite. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed a couple blank lines 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 | « media/base/run_all_unittests.cc ('k') | sql/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/run_all_unittests.cc
diff --git a/net/base/run_all_unittests.cc b/net/base/run_all_unittests.cc
index f0e817692cb9f86031cff86140b954094ec04671..4a5f997b95e70840424909136e8a9f63a5af3e61 100644
--- a/net/base/run_all_unittests.cc
+++ b/net/base/run_all_unittests.cc
@@ -3,7 +3,6 @@
// found in the LICENSE file.
#include "base/metrics/statistics_recorder.h"
-#include "base/test/main_hook.h"
#include "build/build_config.h"
#include "crypto/nss_util.h"
#include "net/base/net_test_suite.h"
@@ -24,8 +23,6 @@ using net::internal::ClientSocketPoolBaseHelper;
using net::SpdySession;
int main(int argc, char** argv) {
- MainHook hook(main, argc, argv);
-
// Record histograms, so we can get histograms data in tests.
base::StatisticsRecorder::Initialize();
« no previous file with comments | « media/base/run_all_unittests.cc ('k') | sql/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698