summaryrefslogtreecommitdiff
path: root/deps/v8/src/profiler/tracing-cpu-profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/profiler/tracing-cpu-profiler.h')
-rw-r--r--deps/v8/src/profiler/tracing-cpu-profiler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/deps/v8/src/profiler/tracing-cpu-profiler.h b/deps/v8/src/profiler/tracing-cpu-profiler.h
index ccd1fa42a2..d7da209e2e 100644
--- a/deps/v8/src/profiler/tracing-cpu-profiler.h
+++ b/deps/v8/src/profiler/tracing-cpu-profiler.h
@@ -6,7 +6,6 @@
#define V8_PROFILER_TRACING_CPU_PROFILER_H_
#include "include/v8-platform.h"
-#include "include/v8-profiler.h"
#include "src/base/atomic-utils.h"
#include "src/base/macros.h"
#include "src/base/platform/mutex.h"
@@ -18,8 +17,7 @@ class CpuProfiler;
class Isolate;
class TracingCpuProfilerImpl final
- : public TracingCpuProfiler,
- private v8::TracingController::TraceStateObserver {
+ : private v8::TracingController::TraceStateObserver {
public:
explicit TracingCpuProfilerImpl(Isolate*);
~TracingCpuProfilerImpl();