| Index: native_client_sdk/src/libraries/nacl_io_test/path_test.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc b/native_client_sdk/src/libraries/nacl_io_test/path_test.cc
|
| similarity index 99%
|
| rename from native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc
|
| rename to native_client_sdk/src/libraries/nacl_io_test/path_test.cc
|
| index ea89d42d68522ee8349ed999bcd74e9ff9957dd9..a9524c14941f5063e309fa99fbce538e1d99f97c 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io_test/path_test.cc
|
| @@ -4,8 +4,8 @@
|
| */
|
|
|
| #include <fcntl.h>
|
| -#include "nacl_mounts/kernel_proxy.h"
|
| -#include "nacl_mounts/path.h"
|
| +#include "nacl_io/kernel_proxy.h"
|
| +#include "nacl_io/path.h"
|
|
|
| #include "gtest/gtest.h"
|
|
|
|
|