| Index: native_client_sdk/src/libraries/nacl_io/mount_dev.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/mount_dev.cc b/native_client_sdk/src/libraries/nacl_io/mount_dev.cc
|
| index e180ef5fade582fa1d4093f42ec1e5e8c150a35a..34cf0759ad04aef3f75db88f69df8fff2ca1892e 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/mount_dev.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_dev.cc
|
| @@ -28,6 +28,8 @@
|
| #include <stdlib.h>
|
| #endif
|
|
|
| +namespace nacl_io {
|
| +
|
| namespace {
|
|
|
| class RealNode : public MountNode {
|
| @@ -413,3 +415,5 @@ Error MountDev::Init(int dev, StringMap_t& args, PepperInterface* ppapi) {
|
| return 0;
|
| }
|
|
|
| +} // namespace nacl_io
|
| +
|
|
|