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

Unified Diff: native_client_sdk/src/libraries/nacl_io/pepper_interface.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/nacl_io/pepper_interface.h
diff --git a/native_client_sdk/src/libraries/nacl_io/pepper_interface.h b/native_client_sdk/src/libraries/nacl_io/pepper_interface.h
index 31915a4e7656914632445669975b8ef252444872..3acb9a50974143c005591b29aa1beba7e7bb8544 100644
--- a/native_client_sdk/src/libraries/nacl_io/pepper_interface.h
+++ b/native_client_sdk/src/libraries/nacl_io/pepper_interface.h
@@ -23,6 +23,8 @@
#include <sdk_util/macros.h>
+namespace nacl_io {
+
// Note: To add a new interface:
//
// 1. Using one of the other interfaces as a template, add your interface to
@@ -98,4 +100,6 @@ class ScopedResource {
DISALLOW_COPY_AND_ASSIGN(ScopedResource);
};
+} // namespace nacl_io
+
#endif // LIBRARIES_NACL_IO_PEPPER_INTERFACE_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/path.cc ('k') | native_client_sdk/src/libraries/nacl_io/pepper_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698