#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_TESTING_IO_TASK_RUNNER_TESTING_PLATFORM_SUPPORT_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_TESTING_IO_TASK_RUNNER_TESTING_PLATFORM_SUPPORT_H_
#include "third_party/blink/renderer/platform/testing/testing_platform_support.h"
#include "base/memory/scoped_refptr.h"
#include "third_party/blink/renderer/platform/scheduler/public/non_main_thread.h"
namespace base {
class SingleThreadTaskRunner;
}
namespace blink {
class IOTaskRunnerTestingPlatformSupport : public TestingPlatformSupport { … };
}
#endif