Chromium Code Reviews

Unified Diff: test/cctest/test-fixed-dtoa.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.
Jump to:
View side-by-side diff with in-line comments
Index: test/cctest/test-fixed-dtoa.cc
diff --git a/test/cctest/test-fixed-dtoa.cc b/test/cctest/test-fixed-dtoa.cc
index f1468133dd1f60efd1c10ce9b8d12dbc00c0ade9..de40d09f1bf1fdd71b7724b77baf38eb87acefe3 100644
--- a/test/cctest/test-fixed-dtoa.cc
+++ b/test/cctest/test-fixed-dtoa.cc
@@ -29,9 +29,9 @@
#include "src/v8.h"
+#include "src/base/platform/platform.h"
#include "src/double.h"
#include "src/fixed-dtoa.h"
-#include "src/platform.h"
#include "test/cctest/cctest.h"
#include "test/cctest/gay-fixed.h"

Powered by Google App Engine