chromium/components/offline_pages/core/background/mark_attempt_completed_task.cc

// 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_completed_task.h"

#include <utility>

#include "base/functional/bind.h"
#include "base/time/time.h"

namespace offline_pages {

MarkAttemptCompletedTask::MarkAttemptCompletedTask(
    RequestQueueStore* store,
    int64_t request_id,
    FailState fail_state,
    RequestQueueStore::UpdateCallback callback)
    :{}

MarkAttemptCompletedTask::~MarkAttemptCompletedTask() {}

void MarkAttemptCompletedTask::UpdateRequestImpl(
    UpdateRequestsResult read_result) {}

}  // namespace offline_pages