Chromium Code Reviews| 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(); |
| } |