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

Unified Diff: include/v8-experimental.h

Issue 1749663002: [api] Assume that v8/include is in the include path for all public headers (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 4 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
« no previous file with comments | « include/libplatform/libplatform.h ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8-experimental.h
diff --git a/include/v8-experimental.h b/include/v8-experimental.h
index 3874e91101f34799f99e932432272304201bfd56..294ba647f03df943b73af6bfdaf3a210789c5d7f 100644
--- a/include/v8-experimental.h
+++ b/include/v8-experimental.h
@@ -10,7 +10,7 @@
#ifndef V8_INCLUDE_V8_EXPERIMENTAL_H_
#define V8_INCLUDE_V8_EXPERIMENTAL_H_
-#include "include/v8.h"
+#include "v8.h" // NOLINT(build/include)
namespace v8 {
namespace experimental {
« no previous file with comments | « include/libplatform/libplatform.h ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698