From 567d30ea4b9b9a9c96e7ed2dd61ee166f615cfd7 Mon Sep 17 00:00:00 2001 From: "kaiwang@chromium.org" <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Fri, 13 Jul 2012 21:48:29 +0000 Subject: Move StatisticsRecorder out of histogram.cc/h for further refactoring. Review URL: https://chromiumcodereview.appspot.com/10703037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146659 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/browser_main_runner.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'content/browser/browser_main_runner.cc') diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc index f859683..a2ecb74 100644 --- a/content/browser/browser_main_runner.cc +++ b/content/browser/browser_main_runner.cc @@ -10,6 +10,7 @@ #include "base/debug/trace_event.h" #include "base/logging.h" #include "base/metrics/histogram.h" +#include "base/metrics/statistics_recorder.h" #include "content/browser/browser_main_loop.h" #include "content/browser/notification_service_impl.h" #include "content/common/child_process.h" -- cgit v1.1