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

Unified Diff: src/inspector/V8HeapProfilerAgentImpl.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/V8HeapProfilerAgentImpl.cpp
diff --git a/src/inspector/V8HeapProfilerAgentImpl.cpp b/src/inspector/V8HeapProfilerAgentImpl.cpp
index acfa2125329512206b3ff15f4edcfce7614f433b..1d1dcddb098b5f0130fd780a44ca320a54cf1b0e 100644
--- a/src/inspector/V8HeapProfilerAgentImpl.cpp
+++ b/src/inspector/V8HeapProfilerAgentImpl.cpp
@@ -10,10 +10,10 @@
#include "src/inspector/V8InspectorImpl.h"
#include "src/inspector/V8InspectorSessionImpl.h"
#include "src/inspector/protocol/Protocol.h"
-#include "src/inspector/public/V8InspectorClient.h"
-#include <v8-profiler.h>
-#include <v8-version.h>
+#include "include/v8-inspector.h"
+#include "include/v8-profiler.h"
+#include "include/v8-version.h"
namespace v8_inspector {

Powered by Google App Engine
This is Rietveld 408576698