| Index: native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_test.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/kernel_proxy_test.cc b/native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_test.cc
|
| similarity index 96%
|
| rename from native_client_sdk/src/libraries/nacl_mounts_test/kernel_proxy_test.cc
|
| rename to native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_test.cc
|
| index a63f5a0f940fa788f0067a8199ab6b254281a0fc..f1e1e8175da5d105c4da8efa6de265d7159a7565 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts_test/kernel_proxy_test.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_test.cc
|
| @@ -11,12 +11,12 @@
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "nacl_mounts/kernel_handle.h"
|
| -#include "nacl_mounts/kernel_intercept.h"
|
| -#include "nacl_mounts/kernel_proxy.h"
|
| -#include "nacl_mounts/mount.h"
|
| -#include "nacl_mounts/mount_mem.h"
|
| -#include "nacl_mounts/path.h"
|
| +#include "nacl_io/kernel_handle.h"
|
| +#include "nacl_io/kernel_intercept.h"
|
| +#include "nacl_io/kernel_proxy.h"
|
| +#include "nacl_io/mount.h"
|
| +#include "nacl_io/mount_mem.h"
|
| +#include "nacl_io/path.h"
|
|
|
| #include "gtest/gtest.h"
|
|
|
|
|