summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
diff options
context:
space:
mode:
authorkaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-13 21:48:29 +0000
committerkaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-13 21:48:29 +0000
commit567d30ea4b9b9a9c96e7ed2dd61ee166f615cfd7 (patch)
tree5452fc6936a2c5630003c0688086daba992f94a4 /net/disk_cache
parent7e712a839266bd3d046e8420c67c739968940c6c (diff)
downloadchromium_src-567d30ea4b9b9a9c96e7ed2dd61ee166f615cfd7.zip
chromium_src-567d30ea4b9b9a9c96e7ed2dd61ee166f615cfd7.tar.gz
chromium_src-567d30ea4b9b9a9c96e7ed2dd61ee166f615cfd7.tar.bz2
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
Diffstat (limited to 'net/disk_cache')
-rw-r--r--net/disk_cache/stats_histogram.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/disk_cache/stats_histogram.cc b/net/disk_cache/stats_histogram.cc
index 943990a3..22343d5 100644
--- a/net/disk_cache/stats_histogram.cc
+++ b/net/disk_cache/stats_histogram.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,6 +6,7 @@
#include "base/debug/leak_annotations.h"
#include "base/logging.h"
+#include "base/metrics/statistics_recorder.h"
#include "net/disk_cache/stats.h"
namespace disk_cache {