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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_node_http.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_http.h
diff --git a/native_client_sdk/src/libraries/nacl_io/mount_node_http.h b/native_client_sdk/src/libraries/nacl_io/mount_node_http.h
index 6b174681d11ec7a927f69ec826667fab6fe7cd6b..56d71f83fe41963fbbba36b102ec9cefc4b15f6c 100644
--- a/native_client_sdk/src/libraries/nacl_io/mount_node_http.h
+++ b/native_client_sdk/src/libraries/nacl_io/mount_node_http.h
@@ -14,6 +14,8 @@
#include "nacl_io/mount_node.h"
#include "nacl_io/pepper_interface.h"
+namespace nacl_io {
+
typedef std::map<std::string, std::string> StringMap_t;
class MountNodeHttp : public MountNode {
@@ -67,4 +69,6 @@ class MountNodeHttp : public MountNode {
friend class MountHttp;
};
+} // namespace nacl_io
+
#endif // LIBRARIES_NACL_IO_MOUNT_NODE_HTTP_H_

Powered by Google App Engine
This is Rietveld 408576698