Index: net/base/run_all_unittests.cc |
=================================================================== |
--- net/base/run_all_unittests.cc (revision 147155) |
+++ net/base/run_all_unittests.cc (working copy) |
@@ -20,7 +20,7 @@ |
int main(int argc, char** argv) { |
// Record histograms, so we can get histograms data in tests. |
- base::StatisticsRecorder recorder; |
+ base::StatisticsRecorder::Initialize(); |
#if defined(OS_ANDROID) |
// Register JNI bindings for android. Doing it early as the test suite setup |