diff options
author | thestig <thestig@chromium.org> | 2015-09-24 21:58:36 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-25 04:59:13 +0000 |
commit | a0e18cd977a07253976834dadb8d08a2d5630460 (patch) | |
tree | 593b5c7b83f66e5f9a992f91023fa39bf699d51c /net/socket/socks5_client_socket.h | |
parent | 787d405d41fcb60aa0a8e45b0c6e5d4a9bbe75d5 (diff) | |
download | chromium_src-a0e18cd977a07253976834dadb8d08a2d5630460.zip chromium_src-a0e18cd977a07253976834dadb8d08a2d5630460.tar.gz chromium_src-a0e18cd977a07253976834dadb8d08a2d5630460.tar.bz2 |
Cleanup: IWYU for base/gtest_prod_util.h.
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
TBR=pneubeck@chromium.org
Review URL: https://codereview.chromium.org/1366123002
Cr-Commit-Position: refs/heads/master@{#350770}
Diffstat (limited to 'net/socket/socks5_client_socket.h')
-rw-r--r-- | net/socket/socks5_client_socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/socket/socks5_client_socket.h b/net/socket/socks5_client_socket.h index d54e790..bd9b5b4 100644 --- a/net/socket/socks5_client_socket.h +++ b/net/socket/socks5_client_socket.h @@ -8,7 +8,6 @@ #include <string> #include "base/basictypes.h" -#include "base/gtest_prod_util.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "net/base/address_list.h" |