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

Unified Diff: native_client_sdk/src/libraries/sdk_util/ref_object.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/ref_object.h
diff --git a/native_client_sdk/src/libraries/sdk_util/ref_object.h b/native_client_sdk/src/libraries/sdk_util/ref_object.h
index 88fcee9b8e1112b375fb7960e297234351afefed..5b61a72479ee9271014543b92968fb25b119d6a6 100644
--- a/native_client_sdk/src/libraries/sdk_util/ref_object.h
+++ b/native_client_sdk/src/libraries/sdk_util/ref_object.h
@@ -11,6 +11,8 @@
#include "sdk_util/atomicops.h"
+namespace sdk_util {
+
class ScopedRefBase;
/*
@@ -67,5 +69,7 @@ class RefObject {
friend class ScopedRefBase;
};
+} // namespace sdk_util
+
#endif // LIBRARIES_SDK_UTIL_REF_OBJECT
« no previous file with comments | « native_client_sdk/src/libraries/sdk_util/auto_lock.h ('k') | native_client_sdk/src/libraries/sdk_util/scoped_ref.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698