diff options
Diffstat (limited to 'net/base/net_util.h')
-rw-r--r-- | net/base/net_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/net_util.h b/net/base/net_util.h index 7b2ed36..44bda41 100644 --- a/net/base/net_util.h +++ b/net/base/net_util.h @@ -106,8 +106,8 @@ std::string GetHostName(); // Extracts the unescaped username/password from |url|, saving the results // into |*username| and |*password|. void GetIdentityFromURL(const GURL& url, - std::wstring* username, - std::wstring* password); + string16* username, + string16* password); // Returns either the host from |url|, or, if the host is empty, the full spec. std::string GetHostOrSpecFromURL(const GURL& url); |