diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-07 16:51:24 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-07 16:51:24 +0000 |
commit | 18a728de85cf6b020056f380d0e52eac52cb1983 (patch) | |
tree | 1852c087dda35efe2a639bbc76ff89892b510281 /net/socket/socks_client_socket.cc | |
parent | bd045d0d8f75020124a9da26442ca6a5e1f5fe70 (diff) | |
download | chromium_src-18a728de85cf6b020056f380d0e52eac52cb1983.zip chromium_src-18a728de85cf6b020056f380d0e52eac52cb1983.tar.gz chromium_src-18a728de85cf6b020056f380d0e52eac52cb1983.tar.bz2 |
Don't attempt to forward declare StringPiece.
1) This is discouraged because it prevents callers from benefiting from automatic coersion from string/char* types.
2) A follow-up CL (http://codereview.chromium.org/8659047/) will make StringPiece a template, and thus awkward to forward declare. The very small number of places that were appropriately forward declaring it do not justify writing a 'string_piece_forward.h'.
BUG=87634
R=willchan@chromium.org
Review URL: http://codereview.chromium.org/8817019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113404 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/socks_client_socket.cc')
0 files changed, 0 insertions, 0 deletions