Index: chrome/browser/sync/api/sync_error.cc |
diff --git a/chrome/browser/sync/api/sync_error.cc b/chrome/browser/sync/api/sync_error.cc |
index 6ffa495466bc9e13b6a8ce18790db7e354ed8ac6..95b5108f8ddbc581b472dc398f32dab37aa36cbc 100644 |
--- a/chrome/browser/sync/api/sync_error.cc |
+++ b/chrome/browser/sync/api/sync_error.cc |
@@ -84,7 +84,7 @@ syncable::ModelType SyncError::type() const { |
} |
void SyncError::PrintLogError() const { |
- LAZY_STREAM(logging::LogMessage(location_->file_name(), |
+ LAZY_STREAM(logging::LogMessage(location_->file_name().as_string().c_str(), |
location_->line_number(), |
logging::LOG_ERROR).stream(), |
LOG_IS_ON(ERROR)) |