// Copyright 2018 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/scoped_main_thread_overrider.h" #include "third_party/blink/renderer/platform/scheduler/public/main_thread_scheduler.h" #include "v8/include/v8-isolate.h" namespace blink { ScopedMainThreadOverrider::ScopedMainThreadOverrider( std::unique_ptr<MainThread> main_thread) : … { … } ScopedMainThreadOverrider::~ScopedMainThreadOverrider() { … } } // namespace blink