Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Unified Diff: src/inspector/V8ProfilerAgentImpl.cpp

Issue 2292053003: [inspector] Build inspector under v8_enable_inspector build flag. (Closed)
Patch Set: owners Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/inspector/V8ProfilerAgentImpl.cpp
diff --git a/src/inspector/V8ProfilerAgentImpl.cpp b/src/inspector/V8ProfilerAgentImpl.cpp
index e6cb1236d16efe33e2753127c4e57fc7edb0f1eb..c9c9cd61b9023f1ed9e5bd8df4cac246b712c090 100644
--- a/src/inspector/V8ProfilerAgentImpl.cpp
+++ b/src/inspector/V8ProfilerAgentImpl.cpp
@@ -4,7 +4,6 @@
#include "src/inspector/V8ProfilerAgentImpl.h"
-#include <v8-profiler.h>
#include "src/inspector/Atomics.h"
#include "src/inspector/StringUtil.h"
#include "src/inspector/V8Debugger.h"
@@ -13,6 +12,8 @@
#include "src/inspector/V8StackTraceImpl.h"
#include "src/inspector/protocol/Protocol.h"
+#include "include/v8-profiler.h"
+
#include <vector>
#define ENSURE_V8_VERSION(major, minor) \

Powered by Google App Engine
This is Rietveld 408576698