summaryrefslogtreecommitdiffstats
path: root/net/udp/udp_socket_win.cc
diff options
context:
space:
mode:
authoreroman <eroman@chromium.org>2015-04-01 23:51:07 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-02 06:51:36 +0000
commit87c53d6fe5c6ef6dc3adb9c358f54be3d90b050d (patch)
tree3a3ba48cf841aeb5174658ff1386f7b31a2f043e /net/udp/udp_socket_win.cc
parent616672e58ad82bffbe8527d7eacb851e30d5e1e6 (diff)
downloadchromium_src-87c53d6fe5c6ef6dc3adb9c358f54be3d90b050d.zip
chromium_src-87c53d6fe5c6ef6dc3adb9c358f54be3d90b050d.tar.gz
chromium_src-87c53d6fe5c6ef6dc3adb9c358f54be3d90b050d.tar.bz2
Move NetLog code from src/net/base to src/net/log.
This is a partial conversion. It only updates src/net/* and src/chrome/browser/net*. I left a forwarding header for net/base/net_log.h --> net/log/net_log.h so the other consumers can be updated separately. BUG=434856 Review URL: https://codereview.chromium.org/1054783002 Cr-Commit-Position: refs/heads/master@{#323438}
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 ad99e2a..b53b4cb 100644
--- a/net/udp/udp_socket_win.cc
+++ b/net/udp/udp_socket_win.cc
@@ -18,11 +18,11 @@
#include "net/base/io_buffer.h"
#include "net/base/ip_endpoint.h"
#include "net/base/net_errors.h"
-#include "net/base/net_log.h"
#include "net/base/net_util.h"
#include "net/base/network_activity_monitor.h"
#include "net/base/winsock_init.h"
#include "net/base/winsock_util.h"
+#include "net/log/net_log.h"
#include "net/socket/socket_descriptor.h"
#include "net/udp/udp_net_log_parameters.h"