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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerThread.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/workers/WorkerThread.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.h b/third_party/WebKit/Source/core/workers/WorkerThread.h
index d345b44e1afea53b3a55f7ef8d9f4a3799d14de4..6c27763eadd869cc076b7900448e807c1eb4b760 100644
--- a/third_party/WebKit/Source/core/workers/WorkerThread.h
+++ b/third_party/WebKit/Source/core/workers/WorkerThread.h
@@ -27,6 +27,8 @@
#ifndef WorkerThread_h
#define WorkerThread_h
+#include <memory>
+
#include "core/CoreExport.h"
#include "core/frame/csp/ContentSecurityPolicy.h"
#include "core/workers/ParentFrameTaskRunners.h"
@@ -36,11 +38,10 @@
#include "platform/WaitableEvent.h"
#include "platform/WebTaskRunner.h"
#include "public/platform/WebThread.h"
+#include "v8/include/v8.h"
#include "wtf/Forward.h"
#include "wtf/Functional.h"
#include "wtf/PassRefPtr.h"
-#include <memory>
-#include <v8.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698