| Index: components/browsing_data/core/counters/history_counter.cc
|
| diff --git a/components/browsing_data/core/counters/history_counter.cc b/components/browsing_data/core/counters/history_counter.cc
|
| index 443641536eeef6aa01c084cdc047c0f88f20241b..26e652df47a34821c1be185d9cfaa7bb807c6e6c 100644
|
| --- a/components/browsing_data/core/counters/history_counter.cc
|
| +++ b/components/browsing_data/core/counters/history_counter.cc
|
| @@ -147,8 +147,8 @@ void HistoryCounter::MergeResults() {
|
| if (!local_counting_finished_ || !web_counting_finished_)
|
| return;
|
|
|
| - ReportResult(base::WrapUnique(
|
| - new HistoryResult(this, local_result_, has_synced_visits_)));
|
| + ReportResult(
|
| + base::MakeUnique<HistoryResult>(this, local_result_, has_synced_visits_));
|
| }
|
|
|
| HistoryCounter::HistoryResult::HistoryResult(const HistoryCounter* source,
|
|
|