| Index: native_client_sdk/src/libraries/nacl_io/mount_mem.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h b/native_client_sdk/src/libraries/nacl_io/mount_mem.h
|
| similarity index 89%
|
| rename from native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
|
| rename to native_client_sdk/src/libraries/nacl_io/mount_mem.h
|
| index 375e94e1041e6947d11e60c95006e4d6d8307604..dc75e81769d4550489ad44f77655136d86d5cc79 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_mem.h
|
| @@ -2,13 +2,13 @@
|
| * 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_MEM_H_
|
| -#define LIBRARIES_NACL_MOUNTS_MOUNT_MEM_H_
|
| +#ifndef LIBRARIES_NACL_IO_MOUNT_MEM_H_
|
| +#define LIBRARIES_NACL_IO_MOUNT_MEM_H_
|
|
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "nacl_mounts/mount.h"
|
| +#include "nacl_io/mount.h"
|
|
|
| class MountMem : public Mount {
|
| protected:
|
| @@ -51,4 +51,4 @@ private:
|
| DISALLOW_COPY_AND_ASSIGN(MountMem);
|
| };
|
|
|
| -#endif // LIBRARIES_NACL_MOUNTS_MOUNT_MEM_H_
|
| +#endif // LIBRARIES_NACL_IO_MOUNT_MEM_H_
|
|
|