From 965722ff0e981ac0775648460be766c829a10a2b Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Wed, 20 Oct 2010 15:50:30 +0000 Subject: Remove scoped_bstr_win, fix all callers to use the new location. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3748012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63216 0039d316-1c4b-4281-b951-d872f2087c98 --- net/socket/socks5_client_socket.cc | 1 - net/socket/socks_client_socket.cc | 1 - 2 files changed, 2 deletions(-) (limited to 'net') diff --git a/net/socket/socks5_client_socket.cc b/net/socket/socks5_client_socket.cc index 0b8f08f..81d7de8 100644 --- a/net/socket/socks5_client_socket.cc +++ b/net/socket/socks5_client_socket.cc @@ -8,7 +8,6 @@ #include "base/compiler_specific.h" #include "base/format_macros.h" #include "base/string_util.h" -#include "base/trace_event.h" #include "net/base/io_buffer.h" #include "net/base/net_log.h" #include "net/base/net_util.h" diff --git a/net/socket/socks_client_socket.cc b/net/socket/socks_client_socket.cc index 1d045e1..93b41a5 100644 --- a/net/socket/socks_client_socket.cc +++ b/net/socket/socks_client_socket.cc @@ -6,7 +6,6 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" -#include "base/trace_event.h" #include "net/base/io_buffer.h" #include "net/base/net_log.h" #include "net/base/net_util.h" -- cgit v1.1