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

Unified Diff: src/inspector/V8InjectedScriptHost.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/V8InjectedScriptHost.h
diff --git a/src/inspector/V8InjectedScriptHost.h b/src/inspector/V8InjectedScriptHost.h
index 33f094820d83f2c23ffeded19ae6088c1926354b..7d293af5a754d8543e092d4deaca1caf0d0f7f16 100644
--- a/src/inspector/V8InjectedScriptHost.h
+++ b/src/inspector/V8InjectedScriptHost.h
@@ -5,7 +5,7 @@
#ifndef V8_INSPECTOR_V8INJECTEDSCRIPTHOST_H_
#define V8_INSPECTOR_V8INJECTEDSCRIPTHOST_H_
-#include <v8.h>
+#include "include/v8.h"
namespace v8_inspector {

Powered by Google App Engine
This is Rietveld 408576698