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

Unified Diff: native_client_sdk/src/libraries/sdk_util/simple_lock.h

Issue 19717004: [NaCl SDK] Add nacl_io and sdk_util namespaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bad copyright in mount_mem Created 7 years, 5 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: native_client_sdk/src/libraries/sdk_util/simple_lock.h
diff --git a/native_client_sdk/src/libraries/sdk_util/simple_lock.h b/native_client_sdk/src/libraries/sdk_util/simple_lock.h
index 6f5d006486da6fb20e001c32fada30fead761806..c236ed6aa052d975d8dca5207942170938d0dfc2 100644
--- a/native_client_sdk/src/libraries/sdk_util/simple_lock.h
+++ b/native_client_sdk/src/libraries/sdk_util/simple_lock.h
@@ -9,6 +9,8 @@
#include "pthread.h"
#include "sdk_util/macros.h"
+namespace sdk_util {
+
/*
* SimpleLock
*
@@ -33,5 +35,7 @@ class SimpleLock {
DISALLOW_COPY_AND_ASSIGN(SimpleLock);
};
+} // namespace sdk_util
+
#endif // LIBRARIES_SDK_UTIL_SIMPLE_LOCK_H_
« no previous file with comments | « native_client_sdk/src/libraries/sdk_util/scoped_ref.h ('k') | native_client_sdk/src/libraries/sdk_util/thread_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698