// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/offline_pages/core/background/mark_attempt_aborted_task.h" #include "base/functional/bind.h" namespace offline_pages { MarkAttemptAbortedTask::MarkAttemptAbortedTask( RequestQueueStore* store, int64_t request_id, RequestQueueStore::UpdateCallback callback) : … { … } MarkAttemptAbortedTask::~MarkAttemptAbortedTask() { … } void MarkAttemptAbortedTask::UpdateRequestImpl( UpdateRequestsResult read_result) { … } } // namespace offline_pages