Index: chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc b/chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc |
index e09e42bfaaa733766771dc30e9177a985f0a86c6..95e93b5f8cbd3e8605a0e5d2ed31332c1cf77ec7 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc |
@@ -75,6 +75,8 @@ class TaskManagerClient |
last_operation_status_ = last_operation_status; |
} |
+ virtual void RecordTaskLog(scoped_ptr<TaskLogger::TaskLog>) OVERRIDE {} |
+ |
void ScheduleTask(SyncStatusCode status_to_return, |
const SyncStatusCallback& callback) { |
task_manager_->ScheduleTask( |