summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-04 01:47:55 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-04 01:47:55 +0000
commit884fbb700931254eeb7dd9ec61bbd3480c83e0ae (patch)
treedc609108c65482a283428bbb4f2d1a0c25cc9f85 /net/base/net_util.h
parent04f70572887672c0457d8d4f58eb19a5297d1e8d (diff)
downloadchromium_src-884fbb700931254eeb7dd9ec61bbd3480c83e0ae.zip
chromium_src-884fbb700931254eeb7dd9ec61bbd3480c83e0ae.tar.gz
chromium_src-884fbb700931254eeb7dd9ec61bbd3480c83e0ae.tar.bz2
De-wstringify some browser startup code and net utility.
Review URL: http://codereview.chromium.org/3054042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54860 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/net_util.h')
-rw-r--r--net/base/net_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/net_util.h b/net/base/net_util.h
index 44bda41..7815146 100644
--- a/net/base/net_util.h
+++ b/net/base/net_util.h
@@ -321,7 +321,7 @@ bool CanStripTrailingSlash(const GURL& url);
// - reference section
GURL SimplifyUrlForRequest(const GURL& url);
-void SetExplicitlyAllowedPorts(const std::wstring& allowed_ports);
+void SetExplicitlyAllowedPorts(const std::string& allowed_ports);
// Perform a simplistic test to see if IPv6 is supported by trying to create an
// IPv6 socket.