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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h

Issue 2718023002: //third_party/WebKit/Source/core: include v8 as a user, not system, header (Closed)
Patch Set: Fix plugin/BUILD.gn deps Created 3 years, 10 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: third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h b/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h
index 357a7b0b77af9021066f9d508358ef879f012b52..ae1311dfa2803b2c2ceeedb0e718b6df7efe4c65 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h
@@ -6,13 +6,13 @@
#define InspectorTaskRunner_h
#include "core/CoreExport.h"
+#include "v8/include/v8.h"
#include "wtf/Allocator.h"
#include "wtf/Deque.h"
#include "wtf/Forward.h"
#include "wtf/Functional.h"
#include "wtf/Noncopyable.h"
#include "wtf/ThreadingPrimitives.h"
-#include <v8.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698