From 13ecb04b3a06a7e84c95a6b7c99f64529aa03b61 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Wed, 4 Aug 2010 19:40:42 +0000 Subject: Remove wstring-ness from some more locale variables. Review URL: http://codereview.chromium.org/3043055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54945 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webkit_glue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/glue') diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h index 1c59ff2..d912494 100644 --- a/webkit/glue/webkit_glue.h +++ b/webkit/glue/webkit_glue.h @@ -248,7 +248,7 @@ bool FindProxyForUrl(const GURL& url, std::string* proxy_list); // Returns the locale that this instance of webkit is running as. This is of // the form language-country (e.g., en-US or pt-BR). -std::wstring GetWebKitLocale(); +std::string GetWebKitLocale(); // Close current connections. Used for debugging. void CloseCurrentConnections(); -- cgit v1.1