Index: native_client_sdk/src/libraries/nacl_io/path.h |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/path.h b/native_client_sdk/src/libraries/nacl_io/path.h |
similarity index 93% |
rename from native_client_sdk/src/libraries/nacl_mounts/path.h |
rename to native_client_sdk/src/libraries/nacl_io/path.h |
index 243fa16743376e49dae39264e596220c9f515bac..d1a381ba0e3443e451118da9ed4356d704fec4c3 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/path.h |
+++ b/native_client_sdk/src/libraries/nacl_io/path.h |
@@ -2,8 +2,8 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
-#ifndef LIBRARIES_NACL_MOUNTS_PATH_H_ |
-#define LIBRARIES_NACL_MOUNTS_PATH_H_ |
+#ifndef LIBRARIES_NACL_IO_PATH_H_ |
+#define LIBRARIES_NACL_IO_PATH_H_ |
#include <string> |
#include <vector> |
@@ -66,4 +66,4 @@ class Path { |
StringArray_t paths_; |
}; |
-#endif // PACKAGES_LIBRARIES_NACL_MOUNTS_PATH_H_ |
+#endif // PACKAGES_LIBRARIES_NACL_IO_PATH_H_ |