Index: native_client_sdk/src/libraries/nacl_io/kernel_object.h |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_object.h b/native_client_sdk/src/libraries/nacl_io/kernel_object.h |
similarity index 90% |
rename from native_client_sdk/src/libraries/nacl_mounts/kernel_object.h |
rename to native_client_sdk/src/libraries/nacl_io/kernel_object.h |
index 9a5b6abb19ea6a929dcf3d00031d3e18771cfb50..fc02c3f65e5d1dafe6fad8e16d4b5cd09b459e94 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_object.h |
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_object.h |
@@ -2,15 +2,15 @@ |
* 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_OBJECT_H_ |
-#define LIBRARIES_NACL_MOUNTS_KERNEL_OBJECT_H_ |
+#ifndef LIBRARIES_NACL_IO_KERNEL_OBJECT_H_ |
+#define LIBRARIES_NACL_IO_KERNEL_OBJECT_H_ |
#include <pthread.h> |
#include <map> |
#include <string> |
#include <vector> |
-#include "nacl_mounts/path.h" |
+#include "nacl_io/path.h" |
class KernelHandle; |
class Mount; |
@@ -59,4 +59,4 @@ class KernelObject { |
DISALLOW_COPY_AND_ASSIGN(KernelObject); |
}; |
-#endif // LIBRARIES_NACL_MOUNTS_KERNEL_OBJECT_H_ |
+#endif // LIBRARIES_NACL_IO_KERNEL_OBJECT_H_ |