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

Unified Diff: src/inspector/V8ConsoleMessage.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/V8ConsoleMessage.h
diff --git a/src/inspector/V8ConsoleMessage.h b/src/inspector/V8ConsoleMessage.h
index 1227dfb2f7f0b5a8a8e84df9d6940204e7ad55ce..a6e9eafe2d983c41af1cb523200386525faa0564 100644
--- a/src/inspector/V8ConsoleMessage.h
+++ b/src/inspector/V8ConsoleMessage.h
@@ -5,8 +5,8 @@
#ifndef V8_INSPECTOR_V8CONSOLEMESSAGE_H_
#define V8_INSPECTOR_V8CONSOLEMESSAGE_H_
-#include <v8.h>
#include <deque>
+#include "include/v8.h"
#include "src/inspector/protocol/Console.h"
#include "src/inspector/protocol/Forward.h"
#include "src/inspector/protocol/Runtime.h"

Powered by Google App Engine
This is Rietveld 408576698