| Index: native_client_sdk/src/libraries/nacl_io/mount_mem.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/mount_mem.h b/native_client_sdk/src/libraries/nacl_io/mount_mem.h
|
| index 9bd679dba5d0a679dc888e6fe511df347fbd414d..23d646718d501e55abfb67a7b300a8904c5b13e5 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/mount_mem.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_mem.h
|
| @@ -8,6 +8,8 @@
|
| #include "nacl_io/mount.h"
|
| #include "nacl_io/typed_mount_factory.h"
|
|
|
| +namespace nacl_io {
|
| +
|
| class MountMem : public Mount {
|
| protected:
|
| MountMem();
|
| @@ -46,4 +48,6 @@ private:
|
| DISALLOW_COPY_AND_ASSIGN(MountMem);
|
| };
|
|
|
| +} // namespace nacl_io
|
| +
|
| #endif // LIBRARIES_NACL_IO_MOUNT_MEM_H_
|
|
|