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

Unified Diff: third_party/WebKit/Source/core/testing/GCObservation.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/testing/GCObservation.h
diff --git a/third_party/WebKit/Source/core/testing/GCObservation.h b/third_party/WebKit/Source/core/testing/GCObservation.h
index d0b6fa77a44b9e39786fa914b88342300448d160..32aed0a4e36a4a3f93e70e53815dac68ff11145b 100644
--- a/third_party/WebKit/Source/core/testing/GCObservation.h
+++ b/third_party/WebKit/Source/core/testing/GCObservation.h
@@ -34,8 +34,7 @@
#include "bindings/core/v8/ScopedPersistent.h"
#include "bindings/core/v8/ScriptWrappable.h"
#include "platform/heap/Handle.h"
-
-#include <v8.h>
+#include "v8/include/v8.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp ('k') | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698