Index: net/socket/socks5_client_socket.cc |
diff --git a/net/socket/socks5_client_socket.cc b/net/socket/socks5_client_socket.cc |
index b435e1354260534762d07bc915700142725aa8fa..6d67913b6e6c256079f224c9872efa63945044e2 100644 |
--- a/net/socket/socks5_client_socket.cc |
+++ b/net/socket/socks5_client_socket.cc |
@@ -7,10 +7,10 @@ |
#include "base/basictypes.h" |
#include "base/callback_helpers.h" |
#include "base/compiler_specific.h" |
-#include "base/debug/trace_event.h" |
#include "base/format_macros.h" |
#include "base/strings/string_util.h" |
#include "base/sys_byteorder.h" |
+#include "base/trace_event/trace_event.h" |
#include "net/base/io_buffer.h" |
#include "net/base/net_log.h" |
#include "net/base/net_util.h" |