| Index: components/offline_pages/background/request_queue_store_sql.h
|
| diff --git a/components/offline_pages/background/request_queue_store_sql.h b/components/offline_pages/background/request_queue_store_sql.h
|
| index 80ef7223c2990bd70f7e32fa2def20e9a9f19630..00706c71366b70fcce5f5875a97b198d2b02afd9 100644
|
| --- a/components/offline_pages/background/request_queue_store_sql.h
|
| +++ b/components/offline_pages/background/request_queue_store_sql.h
|
| @@ -40,10 +40,9 @@ class RequestQueueStoreSQL : public RequestQueueStore {
|
| const UpdateCallback& callback) override;
|
| void RemoveRequests(const std::vector<int64_t>& request_ids,
|
| const RemoveCallback& callback) override;
|
| - void ChangeRequestsState(
|
| - const std::vector<int64_t>& request_ids,
|
| - const SavePageRequest::RequestState new_state,
|
| - const UpdateMultipleRequestsCallback& callback) override;
|
| + void ChangeRequestsState(const std::vector<int64_t>& request_ids,
|
| + const SavePageRequest::RequestState new_state,
|
| + const UpdateCallback& callback) override;
|
| void Reset(const ResetCallback& callback) override;
|
|
|
| private:
|
|
|