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

Unified Diff: src/v8.h

Issue 358363002: Move platform abstraction to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 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: src/v8.h
diff --git a/src/v8.h b/src/v8.h
index e90a42cde2965c0ea9f66aff159bafe2be889192..b0db7cac3ebde3176072c20a2dee7a8921f00821 100644
--- a/src/v8.h
+++ b/src/v8.h
@@ -28,7 +28,7 @@
// Basic includes
#include "include/v8.h"
#include "include/v8-platform.h"
-#include "src/v8checks.h" // NOLINT
+#include "src/checks.h" // NOLINT
#include "src/allocation.h" // NOLINT
#include "src/assert-scope.h" // NOLINT
#include "src/utils.h" // NOLINT
« src/base/macros.h ('K') | « src/utils/random-number-generator.cc ('k') | src/v8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698