| Index: native_client_sdk/src/libraries/nacl_io/mount_node_html5fs.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_node_html5fs.cc b/native_client_sdk/src/libraries/nacl_io/mount_node_html5fs.cc
|
| similarity index 97%
|
| rename from native_client_sdk/src/libraries/nacl_mounts/mount_node_html5fs.cc
|
| rename to native_client_sdk/src/libraries/nacl_io/mount_node_html5fs.cc
|
| index ba0ca73a7ae8154e5b34d46eddf749c74f686633..6cbcc48fe88b5ed60f84c465f6c1d4ff1e797935 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/mount_node_html5fs.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_node_html5fs.cc
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#include "nacl_mounts/mount_node_html5fs.h"
|
| +#include "nacl_io/mount_node_html5fs.h"
|
|
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| @@ -13,9 +13,9 @@
|
| #include <ppapi/c/ppb_file_io.h>
|
| #include <string.h>
|
| #include <vector>
|
| -#include "nacl_mounts/mount.h"
|
| -#include "nacl_mounts/osdirent.h"
|
| -#include "nacl_mounts/pepper_interface.h"
|
| +#include "nacl_io/mount.h"
|
| +#include "nacl_io/osdirent.h"
|
| +#include "nacl_io/pepper_interface.h"
|
| #include "utils/auto_lock.h"
|
|
|
| namespace {
|
|
|