Chromium Code Reviews| Index: native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc |
| diff --git a/native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc b/native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc |
| index 3d4facc6912c321e5d291a0f627877eac9b56061..cf7dd711aa01ac953a9b640c4afd3c6a509a44d9 100644 |
| --- a/native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc |
| +++ b/native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc |
| @@ -19,6 +19,8 @@ |
| #include "nacl_io/osunistd.h" |
| #include "pepper_interface_mock.h" |
| +using namespace nacl_io; |
| + |
| using ::testing::_; |
| using ::testing::DoAll; |
| using ::testing::Mock; |