summaryrefslogtreecommitdiffstats
path: root/net/base
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-30 20:16:29 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-30 20:16:29 +0000
commit4dcdb14d4d5a69bed1dd9bbaa84389ef5a078737 (patch)
treea1de6c21540f352b8b24a2a7ca61886a71c74440 /net/base
parentcd70bdff829e7587d889824841f808425772a29e (diff)
downloadchromium_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.c1
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>