Index: chrome/browser/browser_process_impl.h |
=================================================================== |
--- chrome/browser/browser_process_impl.h (revision 19124) |
+++ chrome/browser/browser_process_impl.h (working copy) |
@@ -185,7 +185,7 @@ |
return google_url_tracker_.get(); |
} |
- virtual const std::wstring& GetApplicationLocale(); |
+ virtual const std::string& GetApplicationLocale(); |
virtual MemoryModel memory_model() { |
DCHECK(CalledOnValidThread()); |
@@ -268,7 +268,7 @@ |
// Ensures that all the print jobs are finished before closing the browser. |
scoped_ptr<printing::PrintJobManager> print_job_manager_; |
- std::wstring locale_; |
+ std::string locale_; |
MemoryModel memory_model_; |