chromium/components/offline_pages/core/background/mark_attempt_deferred_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_deferred_task.h"

#include <utility>

#include "base/functional/bind.h"
#include "components/offline_pages/core/offline_clock.h"

namespace offline_pages {

MarkAttemptDeferredTask::MarkAttemptDeferredTask(
    RequestQueueStore* store,
    int64_t request_id,
    RequestQueueStore::UpdateCallback callback)
    :{}

MarkAttemptDeferredTask::~MarkAttemptDeferredTask() {}

void MarkAttemptDeferredTask::UpdateRequestImpl(
    UpdateRequestsResult read_result) {}

}  // namespace offline_pages