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

Unified Diff: src/base/platform/mutex.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/mutex.cc
diff --git a/src/platform/mutex.cc b/src/base/platform/mutex.cc
similarity index 97%
rename from src/platform/mutex.cc
rename to src/base/platform/mutex.cc
index 014b41a5252ae84c355735a66a691bae2d04c09a..700093e4f654136cbfdb8959e4dde9303a88cbec 100644
--- a/src/platform/mutex.cc
+++ b/src/base/platform/mutex.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/platform/mutex.h"
+#include "src/base/platform/mutex.h"
#include <errno.h>
namespace v8 {
-namespace internal {
+namespace base {
#if V8_OS_POSIX
@@ -188,4 +188,4 @@ bool RecursiveMutex::TryLock() {
return true;
}
-} } // namespace v8::internal
+} } // namespace v8::base
« src/base/macros.h ('K') | « src/base/platform/mutex.h ('k') | src/base/platform/platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698