| Index: native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/mount_http_test.cc b/native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc
|
| similarity index 93%
|
| rename from native_client_sdk/src/libraries/nacl_mounts_test/mount_http_test.cc
|
| rename to native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc
|
| index 05030ea300eaf32043b6746c5471a2e7dd9630f2..edf35cbaf0fe33dc1fab08537ae7132bc3740b7a 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts_test/mount_http_test.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc
|
| @@ -11,10 +11,10 @@
|
| #include <sys/stat.h>
|
| #include <sys/types.h>
|
|
|
| -#include "nacl_mounts/kernel_intercept.h"
|
| -#include "nacl_mounts/mount_http.h"
|
| -#include "nacl_mounts/mount_node_dir.h"
|
| -#include "nacl_mounts/osdirent.h"
|
| +#include "nacl_io/kernel_intercept.h"
|
| +#include "nacl_io/mount_http.h"
|
| +#include "nacl_io/mount_node_dir.h"
|
| +#include "nacl_io/osdirent.h"
|
| #include "pepper_interface_mock.h"
|
|
|
| using ::testing::_;
|
|
|