| Index: chrome/test/testing_browser_process.h
|
| ===================================================================
|
| --- chrome/test/testing_browser_process.h (revision 19124)
|
| +++ chrome/test/testing_browser_process.h (working copy)
|
| @@ -131,10 +131,10 @@
|
| return NULL;
|
| }
|
|
|
| - virtual const std::wstring& GetApplicationLocale() {
|
| - static std::wstring* value = NULL;
|
| + virtual const std::string& GetApplicationLocale() {
|
| + static std::string* value = NULL;
|
| if (!value)
|
| - value = new std::wstring(L"en");
|
| + value = new std::string("en");
|
| return *value;
|
| }
|
|
|
|
|