| Index: components/sync/model_impl/attachments/task_queue.h
|
| diff --git a/components/sync/model_impl/attachments/task_queue.h b/components/sync/model_impl/attachments/task_queue.h
|
| index afd602b654e60db0afe22b24dc06e00896c3eaae..2486c7baa657ca7e327028942d964021bf4885a7 100644
|
| --- a/components/sync/model_impl/attachments/task_queue.h
|
| +++ b/components/sync/model_impl/attachments/task_queue.h
|
| @@ -187,7 +187,7 @@ TaskQueue<T>::TaskQueue(const HandleTaskCallback& callback,
|
| backoff_entry_ = base::MakeUnique<net::BackoffEntry>(&backoff_policy_);
|
| dispatch_closure_ =
|
| base::Bind(&TaskQueue::Dispatch, weak_ptr_factory_.GetWeakPtr());
|
| - backoff_timer_ = base::MakeUnique<base::Timer>(false, false);
|
| + backoff_timer_ = base::MakeUnique<base::OneShotTimer>();
|
| }
|
|
|
| template <typename T>
|
|
|