| Index: components/history/core/browser/history_backend.h
|
| diff --git a/components/history/core/browser/history_backend.h b/components/history/core/browser/history_backend.h
|
| index aeecc96ab01663b118f0bcafaa8501c00f830d13..0d044f7b33467c24075eaaa0f6d246407a63d3fe 100644
|
| --- a/components/history/core/browser/history_backend.h
|
| +++ b/components/history/core/browser/history_backend.h
|
| @@ -863,7 +863,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| bool segment_queried_;
|
|
|
| // List of QueuedHistoryDBTasks to run;
|
| - std::list<QueuedHistoryDBTask*> queued_history_db_tasks_;
|
| + std::list<std::unique_ptr<QueuedHistoryDBTask>> queued_history_db_tasks_;
|
|
|
| // Used to determine if a URL is bookmarked; may be null.
|
| std::unique_ptr<HistoryBackendClient> backend_client_;
|
|
|