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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_node_mem.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/mount_node_mem.h
diff --git a/native_client_sdk/src/libraries/nacl_io/mount_node_mem.h b/native_client_sdk/src/libraries/nacl_io/mount_node_mem.h
index 6457014293c6b717ed7646a969cc5a08ee5251a0..6116010c193ca8b3172e1149dae722b2d4d976ee 100644
--- a/native_client_sdk/src/libraries/nacl_io/mount_node_mem.h
+++ b/native_client_sdk/src/libraries/nacl_io/mount_node_mem.h
@@ -7,6 +7,8 @@
#include "nacl_io/mount_node.h"
+namespace nacl_io {
+
class MountNodeMem : public MountNode {
public:
explicit MountNodeMem(Mount* mount);
@@ -29,4 +31,6 @@ class MountNodeMem : public MountNode {
friend class MountMem;
};
+} // namespace nacl_io
+
#endif // LIBRARIES_NACL_IO_MOUNT_NODE_MEM_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount_node_http.cc ('k') | native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698