| Index: native_client_sdk/src/libraries/nacl_io_test/mount_html5fs_test.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/mount_html5fs_test.cc b/native_client_sdk/src/libraries/nacl_io_test/mount_html5fs_test.cc
|
| similarity index 99%
|
| rename from native_client_sdk/src/libraries/nacl_mounts_test/mount_html5fs_test.cc
|
| rename to native_client_sdk/src/libraries/nacl_io_test/mount_html5fs_test.cc
|
| index 0125b6acc438b43b2914219f3453f8c620b4d189..259d6aee0b565b7d1c298921dad21a12f4194c05 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts_test/mount_html5fs_test.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io_test/mount_html5fs_test.cc
|
| @@ -9,8 +9,8 @@
|
| #include <ppapi/c/pp_errors.h>
|
| #include <ppapi/c/pp_instance.h>
|
|
|
| -#include "nacl_mounts/mount_html5fs.h"
|
| -#include "nacl_mounts/osdirent.h"
|
| +#include "nacl_io/mount_html5fs.h"
|
| +#include "nacl_io/osdirent.h"
|
| #include "pepper_interface_mock.h"
|
|
|
| using ::testing::_;
|
|
|