Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5840)

Unified Diff: chrome/browser/sync/api/sync_error.cc

Issue 7778033: Add trace code to track all posted tasks in message_loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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))

Powered by Google App Engine
This is Rietveld 408576698