summaryrefslogtreecommitdiffstats
path: root/net/udp/udp_socket_win.cc
diff options
context:
space:
mode:
authorasvitkine <asvitkine@chromium.org>2015-06-17 07:48:37 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-17 14:49:14 +0000
commitc3c9372a1eb2e23522f8907e5fde089e63fc2f6a (patch)
tree711dc53c3c670bd89901c26e78cbadd0e9f8545a /net/udp/udp_socket_win.cc
parent2868fdbaffd2767f71a98228bb01a6018571f462 (diff)
downloadchromium_src-c3c9372a1eb2e23522f8907e5fde089e63fc2f6a.zip
chromium_src-c3c9372a1eb2e23522f8907e5fde089e63fc2f6a.tar.gz
chromium_src-c3c9372a1eb2e23522f8907e5fde089e63fc2f6a.tar.bz2
Change histogram.h includes to histogram_macros.h in net/
Also removes a number of histogram.h includes that are apparently unused. BUG=416479 Review URL: https://codereview.chromium.org/1187813006 Cr-Commit-Position: refs/heads/master@{#334825}
Diffstat (limited to 'net/udp/udp_socket_win.cc')
-rw-r--r--net/udp/udp_socket_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/udp/udp_socket_win.cc b/net/udp/udp_socket_win.cc
index 907ef22..65c6d19 100644
--- a/net/udp/udp_socket_win.cc
+++ b/net/udp/udp_socket_win.cc
@@ -11,7 +11,7 @@
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/message_loop/message_loop.h"
-#include "base/metrics/histogram.h"
+#include "base/metrics/histogram_macros.h"
#include "base/metrics/sparse_histogram.h"
#include "base/rand_util.h"
#include "net/base/io_buffer.h"