Chromium Code Reviews| Index: components/drive/job_scheduler.h |
| diff --git a/components/drive/job_scheduler.h b/components/drive/job_scheduler.h |
| index 35f26b4b0fc0f35ec435b811f3d29c3a2defe967..c2e8bd3d5381228c1ea215e3f13fc0d358f2d182 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; |
| + typedef IDMap<std::unique_ptr<JobEntry>> JobIDMap; |
|
danakj
2016/11/30 23:02:21
s/typedef/using/ while you're here?
|
| JobIDMap job_map_; |
| // The list of observers for the scheduler. |