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

Unified Diff: src/base/platform/platform-qnx.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/platform/platform-qnx.cc
diff --git a/src/platform-qnx.cc b/src/base/platform/platform-qnx.cc
similarity index 98%
rename from src/platform-qnx.cc
rename to src/base/platform/platform-qnx.cc
index bdf07d528077653ce7bc514051b2c1494403619b..e4570f246544a94ae6a79158894ea7f05d62fa39 100644
--- a/src/platform-qnx.cc
+++ b/src/base/platform/platform-qnx.cc
@@ -31,12 +31,12 @@
#undef MAP_TYPE
-#include "src/platform.h"
-#include "src/utils.h"
+#include "src/base/macros.h"
+#include "src/base/platform/platform.h"
namespace v8 {
-namespace internal {
+namespace base {
// 0 is never a valid thread id on Qnx since tids and pids share a
// name space and pid 0 is reserved (see man 2 kill).
@@ -371,4 +371,4 @@ bool VirtualMemory::HasLazyCommits() {
return false;
}
-} } // namespace v8::internal
+} } // namespace v8::base

Powered by Google App Engine
This is Rietveld 408576698