| Index: components/drive/job_scheduler.h
|
| diff --git a/components/drive/job_scheduler.h b/components/drive/job_scheduler.h
|
| index 35f26b4b0fc0f35ec435b811f3d29c3a2defe967..bcd3855566f138678a75bae4b67e8e0daf74200d 100644
|
| --- a/components/drive/job_scheduler.h
|
| +++ b/components/drive/job_scheduler.h
|
| @@ -382,7 +382,7 @@ class JobScheduler
|
| std::unique_ptr<JobQueue> queue_[NUM_QUEUES];
|
|
|
| // The list of queued job info indexed by job IDs.
|
| - typedef IDMap<JobEntry, IDMapOwnPointer> JobIDMap;
|
| + using JobIDMap = IDMap<std::unique_ptr<JobEntry>>;
|
| JobIDMap job_map_;
|
|
|
| // The list of observers for the scheduler.
|
|
|