| Index: native_client_sdk/src/libraries/nacl_io/mount_html5fs.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_html5fs.h b/native_client_sdk/src/libraries/nacl_io/mount_html5fs.h
|
| similarity index 81%
|
| rename from native_client_sdk/src/libraries/nacl_mounts/mount_html5fs.h
|
| rename to native_client_sdk/src/libraries/nacl_io/mount_html5fs.h
|
| index 4c54f171a438c8d474760ba2f3a0eb3c232649d8..1e532b5ac25a17c94da37f4a4fc679ca1a400356 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/mount_html5fs.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_html5fs.h
|
| @@ -2,12 +2,12 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| -#ifndef LIBRARIES_NACL_MOUNTS_MOUNT_HTML5FS_H_
|
| -#define LIBRARIES_NACL_MOUNTS_MOUNT_HTML5FS_H_
|
| +#ifndef LIBRARIES_NACL_IO_MOUNT_HTML5FS_H_
|
| +#define LIBRARIES_NACL_IO_MOUNT_HTML5FS_H_
|
|
|
| #include <pthread.h>
|
| -#include "nacl_mounts/mount.h"
|
| -#include "nacl_mounts/pepper_interface.h"
|
| +#include "nacl_io/mount.h"
|
| +#include "nacl_io/pepper_interface.h"
|
|
|
| class MountNode;
|
|
|
| @@ -39,4 +39,4 @@ class MountHtml5Fs: public Mount {
|
| friend class Mount;
|
| };
|
|
|
| -#endif // LIBRARIES_NACL_MOUNTS_MOUNT_HTML5FS_H_
|
| +#endif // LIBRARIES_NACL_IO_MOUNT_HTML5FS_H_
|
|
|