Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_node.h

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/nacl_io/mount_node.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_node.h b/native_client_sdk/src/libraries/nacl_io/mount_node.h
similarity index 92%
rename from native_client_sdk/src/libraries/nacl_mounts/mount_node.h
rename to native_client_sdk/src/libraries/nacl_io/mount_node.h
index c52e765cf162ba8413c865c69bb94c4d7096f327..aedc093b82378a0c3ef47ccc1f8210cedd25de8b 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_node.h
+++ b/native_client_sdk/src/libraries/nacl_io/mount_node.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_MOUNT_NODE_H_
-#define LIBRARIES_NACL_MOUNTS_MOUNT_NODE_H_
+#ifndef LIBRARIES_NACL_IO_MOUNT_NODE_H_
+#define LIBRARIES_NACL_IO_MOUNT_NODE_H_
#include <string>
-#include "nacl_mounts/osstat.h"
+#include "nacl_io/osstat.h"
#include "utils/ref_object.h"
struct dirent;
@@ -72,4 +72,4 @@ protected:
friend class MountNodeDir;
};
-#endif // LIBRARIES_NACL_MOUNTS_MOUNT_NODE_H_
+#endif // LIBRARIES_NACL_IO_MOUNT_NODE_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount_mem.cc ('k') | native_client_sdk/src/libraries/nacl_io/mount_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698