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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount.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.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount.h b/native_client_sdk/src/libraries/nacl_io/mount.h
similarity index 91%
rename from native_client_sdk/src/libraries/nacl_mounts/mount.h
rename to native_client_sdk/src/libraries/nacl_io/mount.h
index e1da7259add1822241e1a0229b3500ad15618ed2..dfc2e72dfe4683ceff920d6228f57cdc1f404cf2 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/mount.h
+++ b/native_client_sdk/src/libraries/nacl_io/mount.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_MOUNT_H_
-#define LIBRARIES_NACL_MOUNTS_MOUNT_H_
+#ifndef LIBRARIES_NACL_IO_MOUNT_H_
+#define LIBRARIES_NACL_IO_MOUNT_H_
#include <map>
#include <string>
-#include "nacl_mounts/inode_pool.h"
-#include "nacl_mounts/mount_node.h"
-#include "nacl_mounts/path.h"
+#include "nacl_io/inode_pool.h"
+#include "nacl_io/mount_node.h"
+#include "nacl_io/path.h"
#include "utils/macros.h"
#include "utils/ref_object.h"
@@ -89,4 +89,4 @@ Mount* Mount::Create(int dev, StringMap_t& args, PepperInterface* ppapi) {
return mnt;
}
-#endif // LIBRARIES_NACL_MOUNTS_MOUNT_H_
+#endif // LIBRARIES_NACL_IO_MOUNT_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/library.dsc ('k') | native_client_sdk/src/libraries/nacl_io/mount.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698