#include "third_party/blink/renderer/core/inspector/request_debug_header_scope.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/inspector/v8_inspector_string.h"
#include "third_party/blink/renderer/platform/bindings/thread_debugger.h"
namespace blink {
String RequestDebugHeaderScope::CaptureStackIdForCurrentLocation(
ExecutionContext* context) { … }
RequestDebugHeaderScope::RequestDebugHeaderScope(ExecutionContext* context,
const String& header) { … }
RequestDebugHeaderScope::~RequestDebugHeaderScope() { … }
}