#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_BINDINGS_THREAD_DEBUGGER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_BINDINGS_THREAD_DEBUGGER_H_
#include <memory>
#include "third_party/blink/public/mojom/devtools/console_message.mojom-blink-forward.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/wtf/forward.h"
#include "v8/include/v8-forward.h"
#include "v8/include/v8-inspector.h"
namespace WTF {
class String;
}
namespace blink {
class SourceLocation;
class PLATFORM_EXPORT ThreadDebugger : public v8_inspector::V8InspectorClient { … };
}
#endif