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

Unified Diff: test/cctest/test-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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/cctest/test-dtoa.cc
diff --git a/test/cctest/test-dtoa.cc b/test/cctest/test-dtoa.cc
index ed3ce59944245a4ab831236fc601fe9fcacfc3c8..3f396a5d1b6803fec1236a25ed0bf8132eb89011 100644
--- a/test/cctest/test-dtoa.cc
+++ b/test/cctest/test-dtoa.cc
@@ -31,8 +31,8 @@
#include "src/dtoa.h"
+#include "src/base/platform/platform.h"
#include "src/double.h"
-#include "src/platform.h"
#include "test/cctest/cctest.h"
#include "test/cctest/gay-fixed.h"
#include "test/cctest/gay-precision.h"

Powered by Google App Engine
This is Rietveld 408576698