chromium/third_party/blink/renderer/platform/testing/io_task_runner_testing_platform_support.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/platform/testing/io_task_runner_testing_platform_support.h"

#include "base/task/single_thread_task_runner.h"

namespace blink {

IOTaskRunnerTestingPlatformSupport::IOTaskRunnerTestingPlatformSupport()
    :{}

scoped_refptr<base::SingleThreadTaskRunner>
IOTaskRunnerTestingPlatformSupport::GetIOTaskRunner() const {}

}  // namespace blink