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

Unified Diff: native_client_sdk/src/libraries/nacl_io/path.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/path.h
diff --git a/native_client_sdk/src/libraries/nacl_io/path.h b/native_client_sdk/src/libraries/nacl_io/path.h
index fcbaa33d677ac113ffb7aa178645bc7c540cd748..555794afadebd6e997b8aa4a86dda51b0ebb5d2b 100644
--- a/native_client_sdk/src/libraries/nacl_io/path.h
+++ b/native_client_sdk/src/libraries/nacl_io/path.h
@@ -10,6 +10,8 @@
#include "sdk_util/macros.h"
+namespace nacl_io {
+
typedef std::vector<std::string> StringArray_t;
class Path {
@@ -66,4 +68,6 @@ class Path {
StringArray_t paths_;
};
+} // namespace nacl_io
+
#endif // PACKAGES_LIBRARIES_NACL_IO_PATH_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount_passthrough.cc ('k') | native_client_sdk/src/libraries/nacl_io/path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698