| 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_
|
|
|