| 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 656e6468239a44b66730adaaa603a6de9acd45ae..6be0e7bcac594461e63c43d269c3bf80b42b6d8a 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
|
| @@ -176,7 +176,7 @@ class SyncTaskManager {
|
|
|
| // Owns running backgrounded SyncTask to cancel the task on SyncTaskManager
|
| // deletion.
|
| - base::ScopedPtrHashMap<int64, SyncTask> running_background_tasks_;
|
| + base::ScopedPtrHashMap<int64, scoped_ptr<SyncTask>> running_background_tasks_;
|
|
|
| size_t maximum_background_task_;
|
|
|
|
|