diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-20 15:50:30 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-20 15:50:30 +0000 |
commit | 965722ff0e981ac0775648460be766c829a10a2b (patch) | |
tree | 7d8cd2362a1f216eb64aca9ffaefa3d0774e58dd /net | |
parent | 41a95c41d16de968f5d1b02f1ffcccc287147825 (diff) | |
download | chromium_src-965722ff0e981ac0775648460be766c829a10a2b.zip chromium_src-965722ff0e981ac0775648460be766c829a10a2b.tar.gz chromium_src-965722ff0e981ac0775648460be766c829a10a2b.tar.bz2 |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/socket/socks5_client_socket.cc | 1 | ||||
-rw-r--r-- | net/socket/socks_client_socket.cc | 1 |
2 files changed, 0 insertions, 2 deletions
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" |