summaryrefslogtreecommitdiffstats
path: root/net/base/bandwidth_metrics.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 05:40:47 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 05:40:47 +0000
commit9da992db7cf42886de7cc16f057fb6a205f3eff1 (patch)
tree20e1648eda5ae1972312989cba9fc73cc8706192 /net/base/bandwidth_metrics.h
parent7e72e7b3eb04b78828b8d5fd757e3abe191b6829 (diff)
downloadchromium_src-9da992db7cf42886de7cc16f057fb6a205f3eff1.zip
chromium_src-9da992db7cf42886de7cc16f057fb6a205f3eff1.tar.gz
chromium_src-9da992db7cf42886de7cc16f057fb6a205f3eff1.tar.bz2
Use a direct include of time headers in net/, part 1.
BUG=254986 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/18054009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209110 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/bandwidth_metrics.h')
-rw-r--r--net/base/bandwidth_metrics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/bandwidth_metrics.h b/net/base/bandwidth_metrics.h
index 2317056..e5f2646 100644
--- a/net/base/bandwidth_metrics.h
+++ b/net/base/bandwidth_metrics.h
@@ -7,9 +7,9 @@
#include <list>
-#include "base/metrics/histogram.h"
#include "base/logging.h"
-#include "base/time.h"
+#include "base/metrics/histogram.h"
+#include "base/time/time.h"
namespace net {