| Index: net/base/net_util.h
|
| diff --git a/net/base/net_util.h b/net/base/net_util.h
|
| index 44bda41e7a1c633eae97d7ce7a1a92b76b61100e..7815146d1c3aea5c22d429bad60c5c487fe7f823 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.
|
|
|