| Index: components/dom_distiller/core/task_tracker.cc
|
| diff --git a/components/dom_distiller/core/task_tracker.cc b/components/dom_distiller/core/task_tracker.cc
|
| index 5a6cd7c7dee086c1da5a77c34e6a0eb44d546081..ac064071ef5e883f7e8df2adad3af1bdf6312fdf 100644
|
| --- a/components/dom_distiller/core/task_tracker.cc
|
| +++ b/components/dom_distiller/core/task_tracker.cc
|
| @@ -36,7 +36,7 @@ void TaskTracker::StartDistiller(DistillerFactory* factory) {
|
| GURL url(entry_.pages(0).url());
|
| DCHECK(url.is_valid());
|
|
|
| - distiller_ = factory->CreateDistiller().Pass();
|
| + distiller_ = factory->CreateDistiller();
|
| distiller_->DistillPage(url,
|
| base::Bind(&TaskTracker::OnDistilledDataReady,
|
| weak_ptr_factory_.GetWeakPtr()));
|
|
|