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

Unified Diff: sky/engine/bindings/core/v8/V8PersistentValueMap.h

Issue 726133002: Use root-relative V8 includes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/bindings/core/v8/V8PersistentValueMap.h
diff --git a/sky/engine/bindings/core/v8/V8PersistentValueMap.h b/sky/engine/bindings/core/v8/V8PersistentValueMap.h
index a57ccfb567219c0f4e850e75c1c55fe7f8c0df24..9cc49d9ba01b6445b5fdc853427009d55ee2c737 100644
--- a/sky/engine/bindings/core/v8/V8PersistentValueMap.h
+++ b/sky/engine/bindings/core/v8/V8PersistentValueMap.h
@@ -31,10 +31,10 @@
#ifndef V8PersistentValueMap_h
#define V8PersistentValueMap_h
-#include "wtf/text/StringHash.h"
+#include "v8/include/v8-util.h"
+#include "v8/include/v8.h"
#include "wtf/HashMap.h"
-#include <v8-util.h>
-#include <v8.h>
+#include "wtf/text/StringHash.h"
namespace blink {
« no previous file with comments | « sky/engine/bindings/core/v8/V8PerIsolateData.h ('k') | sky/engine/bindings/core/v8/V8PersistentValueVector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698