| Index: net/base/net_util.h
|
| diff --git a/net/base/net_util.h b/net/base/net_util.h
|
| index 8ccfeefd5c924956f425522c2fd2cf6b6957039f..33840177c22b96e452f851247fa9ed6d97ab670b 100644
|
| --- a/net/base/net_util.h
|
| +++ b/net/base/net_util.h
|
| @@ -94,12 +94,12 @@ NET_EXPORT bool FileURLToFilePath(const GURL& url, FilePath* file_path);
|
| // Returns true if the parsing was successful, false otherwise.
|
| // The returned host is NOT canonicalized, and may be invalid. If <host> is
|
| // an IPv6 literal address, the returned host includes the square brackets.
|
| -NET_EXPORT_PRIVATE bool ParseHostAndPort(
|
| +NET_EXPORT bool ParseHostAndPort(
|
| std::string::const_iterator host_and_port_begin,
|
| std::string::const_iterator host_and_port_end,
|
| std::string* host,
|
| int* port);
|
| -NET_EXPORT_PRIVATE bool ParseHostAndPort(
|
| +NET_EXPORT bool ParseHostAndPort(
|
| const std::string& host_and_port,
|
| std::string* host,
|
| int* port);
|
|
|