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

#include <utility>

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

namespace offline_pages {

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

MarkAttemptStartedTask::~MarkAttemptStartedTask() {}

void MarkAttemptStartedTask::UpdateRequestImpl(
    UpdateRequestsResult read_result) {}

}  // namespace offline_pages