| Index: webkit/tools/test_shell/test_shell.cc
|
| diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc
|
| index f05a5e533008912eee39363cc147ffbd533e050c..82f7c8d827ab9e21ff4e6f6106f3fb0a6e2475cf 100644
|
| --- a/webkit/tools/test_shell/test_shell.cc
|
| +++ b/webkit/tools/test_shell/test_shell.cc
|
| @@ -790,8 +790,8 @@ bool IsProtocolSupportedForMedia(const GURL& url) {
|
| return false;
|
| }
|
|
|
| -std::wstring GetWebKitLocale() {
|
| - return L"en-US";
|
| +std::string GetWebKitLocale() {
|
| + return "en-US";
|
| }
|
|
|
| void CloseCurrentConnections() {
|
|
|