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

Unified Diff: native_client_sdk/src/libraries/sdk_util/thread_safe_queue.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
« no previous file with comments | « native_client_sdk/src/libraries/sdk_util/thread_pool.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/sdk_util/thread_safe_queue.h
diff --git a/native_client_sdk/src/libraries/sdk_util/thread_safe_queue.h b/native_client_sdk/src/libraries/sdk_util/thread_safe_queue.h
index 5dad02874774fd43b63939418130ba7fa7957df6..37842dba86315914cdf2292b9a59ea738080c9fa 100644
--- a/native_client_sdk/src/libraries/sdk_util/thread_safe_queue.h
+++ b/native_client_sdk/src/libraries/sdk_util/thread_safe_queue.h
@@ -12,6 +12,7 @@
#include "sdk_util/auto_lock.h"
#include "sdk_util/macros.h"
+namespace sdk_util {
// ThreadSafeQueue
//
@@ -57,5 +58,7 @@ template<class T> class ThreadSafeQueue {
DISALLOW_COPY_AND_ASSIGN(ThreadSafeQueue);
};
+} // namespace sdk_util
+
#endif // LIBRARIES_SDK_UTIL_THREAD_SAFE_QUEUE_H_
« no previous file with comments | « native_client_sdk/src/libraries/sdk_util/thread_pool.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698