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

Unified Diff: net/curvecp/curvecp_transfer_unittest.cc

Issue 10779040: Initialize StatisticsRecorder in Child Process to hold (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/base/run_all_unittests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/curvecp/curvecp_transfer_unittest.cc
===================================================================
--- net/curvecp/curvecp_transfer_unittest.cc (revision 147155)
+++ net/curvecp/curvecp_transfer_unittest.cc (working copy)
@@ -307,7 +307,7 @@
} // namespace net
int main(int argc, char**argv) {
- base::StatisticsRecorder recorder;
+ base::StatisticsRecorder::Initialize();
NetTestSuite test_suite(argc, argv);
return test_suite.Run();
}
« no previous file with comments | « net/base/run_all_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698