Index: chrome/browser/sync_file_system/drive_backend/sync_task_manager.h |
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_task_manager.h b/chrome/browser/sync_file_system/drive_backend/sync_task_manager.h |
index 87e418abab4001f2ec5abe5cc275955c21a719ef..63ed2eb41d5e32848abb877091e0b3a7b30f8aea 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_task_manager.h |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_task_manager.h |
@@ -141,6 +141,7 @@ class SyncTaskManager |
// Non-static version of UpdateBlockingFactor. |
void UpdateBlockingFactorBody(scoped_ptr<SyncTaskToken> foreground_task_token, |
scoped_ptr<SyncTaskToken> background_task_token, |
+ scoped_ptr<TaskLogger::TaskLog> task_log, |
scoped_ptr<BlockingFactor> blocking_factor, |
const Continuation& continuation); |