Index: native_client_sdk/src/libraries/nacl_io/kernel_intercept.h |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.h b/native_client_sdk/src/libraries/nacl_io/kernel_intercept.h |
similarity index 91% |
rename from native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.h |
rename to native_client_sdk/src/libraries/nacl_io/kernel_intercept.h |
index 4fc45ec1d4394e4e9270225a73703f6acb2ebec8..8cec8ae7dfafa0e9f7971a65d6b7d178e8ede4b1 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.h |
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_intercept.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_KERNEL_INTERCEPT_H_ |
-#define LIBRARIES_NACL_MOUNTS_KERNEL_INTERCEPT_H_ |
+#ifndef LIBRARIES_NACL_IO_KERNEL_INTERCEPT_H_ |
+#define LIBRARIES_NACL_IO_KERNEL_INTERCEPT_H_ |
#include <ppapi/c/ppb.h> |
#include <ppapi/c/pp_instance.h> |
-#include "nacl_mounts/ostypes.h" |
+#include "nacl_io/ostypes.h" |
#include "utils/macros.h" |
EXTERN_C_BEGIN |
@@ -54,5 +54,5 @@ int ki_symlink(const char* oldpath, const char* newpath); |
EXTERN_C_END |
-#endif // LIBRARIES_NACL_MOUNTS_KERNEL_INTERCEPT_H_ |
+#endif // LIBRARIES_NACL_IO_KERNEL_INTERCEPT_H_ |