Index: chrome/renderer/renderer_main.cc |
=================================================================== |
--- chrome/renderer/renderer_main.cc (revision 69955) |
+++ chrome/renderer/renderer_main.cc (working copy) |
@@ -251,7 +251,7 @@ |
// Initialize histogram statistics gathering system. |
// Don't create StatisticsRecorder in the single process mode. |
scoped_ptr<base::StatisticsRecorder> statistics; |
- if (!base::StatisticsRecorder::WasStarted()) { |
+ if (!base::StatisticsRecorder::IsActive()) { |
statistics.reset(new base::StatisticsRecorder()); |
} |