| Index: native_client_sdk/src/libraries/nacl_io_test/mount_node_test.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_io_test/mount_node_test.cc b/native_client_sdk/src/libraries/nacl_io_test/mount_node_test.cc
|
| index 794bbdfbf4eafb611831cde0a21d2fbf033c6d33..9af70ba08d4bf121bec62dbd1b4c35e3f65ba685 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io_test/mount_node_test.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io_test/mount_node_test.cc
|
| @@ -19,6 +19,8 @@
|
|
|
| #define NULL_NODE ((MountNode*) NULL)
|
|
|
| +using namespace nacl_io;
|
| +
|
| static int s_AllocNum = 0;
|
|
|
| class MockMemory : public MountNodeMem {
|
|
|