#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_INSPECTOR_THREAD_DEBUGGER_COMMON_IMPL_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_INSPECTOR_THREAD_DEBUGGER_COMMON_IMPL_H_
#include <memory>
#include "third_party/blink/renderer/platform/bindings/thread_debugger.h"
#include "third_party/blink/renderer/platform/timer.h"
#include "third_party/blink/renderer/platform/wtf/vector.h"
namespace WTF {
class String;
}
namespace blink {
class ExecutionContext;
class SourceLocation;
class ThreadDebuggerCommonImpl : public ThreadDebugger { … };
}
namespace WTF {
template <>
struct CrossThreadCopier<v8_inspector::V8StackTraceId> { … };
}
#endif