Chromium Code Reviews| Index: base/logging.cc |
| diff --git a/base/logging.cc b/base/logging.cc |
| index b2938f3114479896b603ebbd9d50f770cd007074..8f75aa07057e8488abc058d33a195a972babfdfc 100644 |
| --- a/base/logging.cc |
| +++ b/base/logging.cc |
| @@ -810,6 +810,6 @@ std::wstring GetLogFileFullPath() { |
| } // namespace logging |
| -std::ostream& operator<<(std::ostream& out, const wchar_t* wstr) { |
| +std::ostream& std::operator<<(std::ostream& out, const wchar_t* wstr) { |
| return out << base::WideToUTF8(std::wstring(wstr)); |
| } |