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

Unified Diff: src/base/qnx-math.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
Index: src/base/qnx-math.h
diff --git a/src/qnx-math.h b/src/base/qnx-math.h
similarity index 77%
rename from src/qnx-math.h
rename to src/base/qnx-math.h
index 8cf65d208cbed511d50c1283ebb2f8e9f88e2baa..6ff18f8d123d36c5d8e5d74b9bf9e471a833a358 100644
--- a/src/qnx-math.h
+++ b/src/base/qnx-math.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_QNX_MATH_H_
-#define V8_QNX_MATH_H_
+#ifndef V8_BASE_QNX_MATH_H_
+#define V8_QBASE_NX_MATH_H_
#include <cmath>
@@ -16,4 +16,4 @@
using std::lrint;
-#endif // V8_QNX_MATH_H_
+#endif // V8_BASE_QNX_MATH_H_

Powered by Google App Engine
This is Rietveld 408576698