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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.h

Issue 2723313003: Revert of //third_party/WebKit/Source/bindings: include v8 as a user, not system, header (Closed)
Patch Set: 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/bindings/core/v8/V0CustomElementConstructorBuilder.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.h b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.h
index 5a3a906b62d13f4c3341a2f2f533fde14b035a89..dcc3f56373a94072ed350f9547f7aae83dbda5ea 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.h
@@ -35,10 +35,10 @@
#include "bindings/core/v8/V8V0CustomElementLifecycleCallbacks.h"
#include "core/dom/QualifiedName.h"
#include "core/dom/custom/V0CustomElementLifecycleCallbacks.h"
-#include "v8/include/v8.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
#include "wtf/text/AtomicString.h"
+#include <v8.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698