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

Unified Diff: src/list-inl.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
« src/base/macros.h ('K') | « src/list.h ('k') | src/lithium-allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/list-inl.h
diff --git a/src/list-inl.h b/src/list-inl.h
index fd1050ee3d1ac04a9958f5c1d09c17dfc5fc5991..ee68b36a59cfee633cd58fffa816f21fdf90c15e 100644
--- a/src/list-inl.h
+++ b/src/list-inl.h
@@ -6,7 +6,8 @@
#define V8_LIST_INL_H_
#include "src/list.h"
-#include "src/platform.h"
+
+#include "src/base/platform/platform.h"
namespace v8 {
namespace internal {
« src/base/macros.h ('K') | « src/list.h ('k') | src/lithium-allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698