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

Unified Diff: test/cctest/test-diy-fp.cc

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: test/cctest/test-diy-fp.cc
diff --git a/test/cctest/test-diy-fp.cc b/test/cctest/test-diy-fp.cc
index e465e46d197cf4ab321ad8222d3f16687993cb8e..255118e9673b2341b5aac14e7bd3569de8bfb4cb 100644
--- a/test/cctest/test-diy-fp.cc
+++ b/test/cctest/test-diy-fp.cc
@@ -29,8 +29,8 @@
#include "src/v8.h"
+#include "src/base/platform/platform.h"
#include "src/diy-fp.h"
-#include "src/platform.h"
#include "test/cctest/cctest.h"

Powered by Google App Engine
This is Rietveld 408576698