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

Unified Diff: src/base/win32-math.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: src/base/win32-math.cc
diff --git a/src/win32-math.cc b/src/base/win32-math.cc
similarity index 97%
rename from src/win32-math.cc
rename to src/base/win32-math.cc
index 1e34b8843b9d1f421f9a00f57d55f3b51a4ab3ec..df70cd0b744cdb704d938d154f4d1395fac64337 100644
--- a/src/win32-math.cc
+++ b/src/base/win32-math.cc
@@ -12,9 +12,9 @@
#include <float.h> // Required for DBL_MAX and on Win32 for finite()
#include <limits.h> // Required for INT_MAX etc.
#include <cmath>
-#include "src/win32-math.h"
+#include "src/base/win32-math.h"
-#include "src/checks.h"
+#include "src/base/logging.h"
namespace std {
« src/base/macros.h ('K') | « src/base/win32-math.h ('k') | src/bignum-dtoa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698