| Index: components/offline_pages/background/request_coordinator.cc
|
| diff --git a/components/offline_pages/background/request_coordinator.cc b/components/offline_pages/background/request_coordinator.cc
|
| index 63f5472fb787fe6a1b9329913551094a6667e1ee..88ebb6092d655506a1fd9a701bb813f1639ce229 100644
|
| --- a/components/offline_pages/background/request_coordinator.cc
|
| +++ b/components/offline_pages/background/request_coordinator.cc
|
| @@ -70,7 +70,7 @@ RequestCoordinator::RequestCoordinator(std::unique_ptr<OfflinerPolicy> policy,
|
| policy_->GetSinglePageTimeLimitInSeconds())),
|
| weak_ptr_factory_(this) {
|
| DCHECK(policy_ != nullptr);
|
| - picker_.reset(new RequestPicker(queue_.get(), policy_.get()));
|
| + picker_.reset(new RequestPicker(queue_.get(), policy_.get(), this));
|
| }
|
|
|
| RequestCoordinator::~RequestCoordinator() {}
|
|
|