chromium/components/offline_pages/task/test_task_runner.cc

// Copyright 2017 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/task/test_task_runner.h"

#include "base/functional/bind.h"
#include "base/run_loop.h"
#include "components/offline_pages/task/task.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace offline_pages {

void TestTaskRunner::RunTask(std::unique_ptr<Task> task) {}

void TestTaskRunner::RunTask(Task* task) {}

}  // namespace offline_pages