diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 20:16:29 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 20:16:29 +0000 |
commit | 4dcdb14d4d5a69bed1dd9bbaa84389ef5a078737 (patch) | |
tree | a1de6c21540f352b8b24a2a7ca61886a71c74440 /net/base | |
parent | cd70bdff829e7587d889824841f808425772a29e (diff) | |
download | chromium_src-4dcdb14d4d5a69bed1dd9bbaa84389ef5a078737.zip chromium_src-4dcdb14d4d5a69bed1dd9bbaa84389ef5a078737.tar.gz chromium_src-4dcdb14d4d5a69bed1dd9bbaa84389ef5a078737.tar.bz2 |
Define the GetPeerName method of the ClientSocket interface for all
platforms, in preparation for using SSLClientSocketNSS on Windows.
nss_memio.c does not need to include <unistd.h>
Fix style nits.
R=eroman
BUG=28744
TEST=none
Review URL: http://codereview.chromium.org/440031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33319 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/nss_memio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/base/nss_memio.c b/net/base/nss_memio.c index bf61e0b..341cfee 100644 --- a/net/base/nss_memio.c +++ b/net/base/nss_memio.c @@ -11,7 +11,6 @@ #include <stdlib.h> #include <string.h> -#include <unistd.h> #include <prerror.h> #include <prinit.h> |