Can not print string16 in wcout on POSIX

This commit is contained in:
Cheng Zhao 2015-10-10 17:43:38 +08:00
parent be5f1b09f4
commit df12f181a4

View file

@ -41,7 +41,7 @@ void FatalErrorCallback(const char* location, const char* message) {
} }
void Log(const base::string16& message) { void Log(const base::string16& message) {
std::wcout << message; std::cout << message;
} }
} // namespace } // namespace