Index: native_client_sdk/src/libraries/nacl_io/kernel_handle.h |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_handle.h b/native_client_sdk/src/libraries/nacl_io/kernel_handle.h |
similarity index 84% |
rename from native_client_sdk/src/libraries/nacl_mounts/kernel_handle.h |
rename to native_client_sdk/src/libraries/nacl_io/kernel_handle.h |
index acbc1f1ce412e0d6d046cf45887b89c28a729ef6..a047125085f7eaaa1715ef2be8b390e089f7df03 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_handle.h |
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_handle.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_HANDLE_H_ |
-#define LIBRARIES_NACL_MOUNTS_KERNEL_HANDLE_H_ |
+#ifndef LIBRARIES_NACL_IO_KERNEL_HANDLE_H_ |
+#define LIBRARIES_NACL_IO_KERNEL_HANDLE_H_ |
#include <pthread.h> |
-#include "nacl_mounts/ostypes.h" |
+#include "nacl_io/ostypes.h" |
#include "utils/macros.h" |
#include "utils/ref_object.h" |
@@ -38,4 +38,4 @@ class KernelHandle : public RefObject { |
DISALLOW_COPY_AND_ASSIGN(KernelHandle); |
}; |
-#endif // LIBRARIES_NACL_MOUNTS_KERNEL_HANDLE_H_ |
+#endif // LIBRARIES_NACL_IO_KERNEL_HANDLE_H_ |