Index: chrome/browser/sync_file_system/drive_backend/sync_task_token.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_task_token.cc b/chrome/browser/sync_file_system/drive_backend/sync_task_token.cc |
index 80b086b961959b199839c2b90444f143a67cc7bc..8ca48f53031f45487f0a8740e2887ea8f74d8fe3 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_task_token.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_task_token.cc |
@@ -95,6 +95,7 @@ void SyncTaskToken::clear_blocking_factor() { |
void SyncTaskToken::InitializeTaskLog(const std::string& task_description) { |
DCHECK(task_log_); |
+ task_log_.reset(new TaskLogger::TaskLog); |
task_log_->start_time = base::TimeTicks::Now(); |
task_log_->task_description = task_description; |
} |