| 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 3388d759965d4972b9607337a303bc0a5899b997..7f226dfa6b9b17742ba07107d6cdf0ad788682ae 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
|
| @@ -136,6 +136,7 @@ class SyncTaskManager {
|
|
|
| PendingTask();
|
| PendingTask(const base::Closure& task, Priority pri, int seq);
|
| + PendingTask(const PendingTask& other);
|
| ~PendingTask();
|
| };
|
|
|
|
|