summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_glue.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-04 19:40:42 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-04 19:40:42 +0000
commit13ecb04b3a06a7e84c95a6b7c99f64529aa03b61 (patch)
tree99959aee149a43a0213d14dc448e8c3e1b831733 /webkit/glue/webkit_glue.h
parent698f7f43984b1acbc74b0a64fd2205a3ff4efe07 (diff)
downloadchromium_src-13ecb04b3a06a7e84c95a6b7c99f64529aa03b61.zip
chromium_src-13ecb04b3a06a7e84c95a6b7c99f64529aa03b61.tar.gz
chromium_src-13ecb04b3a06a7e84c95a6b7c99f64529aa03b61.tar.bz2
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
Diffstat (limited to 'webkit/glue/webkit_glue.h')
-rw-r--r--webkit/glue/webkit_glue.h2
1 files changed, 1 insertions, 1 deletions
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();