diff options
author | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 21:48:29 +0000 |
---|---|---|
committer | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 21:48:29 +0000 |
commit | 567d30ea4b9b9a9c96e7ed2dd61ee166f615cfd7 (patch) | |
tree | 5452fc6936a2c5630003c0688086daba992f94a4 /net/curvecp/curvecp_transfer_unittest.cc | |
parent | 7e712a839266bd3d046e8420c67c739968940c6c (diff) | |
download | chromium_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/curvecp/curvecp_transfer_unittest.cc')
-rw-r--r-- | net/curvecp/curvecp_transfer_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/curvecp/curvecp_transfer_unittest.cc b/net/curvecp/curvecp_transfer_unittest.cc index 11c5d3f..8180da4 100644 --- a/net/curvecp/curvecp_transfer_unittest.cc +++ b/net/curvecp/curvecp_transfer_unittest.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,7 +6,7 @@ #include "base/basictypes.h" #include "base/message_loop.h" -#include "base/metrics/histogram.h" +#include "base/metrics/statistics_recorder.h" #include "net/base/net_test_suite.h" #include "net/base/test_completion_callback.h" #include "net/curvecp/circular_buffer.h" |