Index: webkit/glue/webkit_glue.h |
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h |
index 1c59ff2827ecf857aec517f5cd3f141ed15062eb..d9124948dfc109c198e68ee31e9b826e5c14c2ba 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(); |