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

Unified Diff: src/inspector/V8HeapProfilerAgentImpl.h

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/V8HeapProfilerAgentImpl.h
diff --git a/src/inspector/V8HeapProfilerAgentImpl.h b/src/inspector/V8HeapProfilerAgentImpl.h
index d4e6073967738abd354604ee03bea3645a581170..451d239fff5968fc1713f0206e90ff7e4c10f488 100644
--- a/src/inspector/V8HeapProfilerAgentImpl.h
+++ b/src/inspector/V8HeapProfilerAgentImpl.h
@@ -9,7 +9,7 @@
#include "src/inspector/protocol/Forward.h"
#include "src/inspector/protocol/HeapProfiler.h"
-#include <v8.h>
+#include "include/v8.h"
namespace v8_inspector {

Powered by Google App Engine
This is Rietveld 408576698