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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_node_dir.cc

Issue 19717004: [NaCl SDK] Add nacl_io and sdk_util namespaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bad copyright in mount_mem Created 7 years, 5 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_dir.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/mount_node_dir.cc b/native_client_sdk/src/libraries/nacl_io/mount_node_dir.cc
index f2af4db4a55fa96f52d9c773cf0f73d8f3242650..5f06b5ae6dbfa4514db0e453886099a606bf2a9a 100644
--- a/native_client_sdk/src/libraries/nacl_io/mount_node_dir.cc
+++ b/native_client_sdk/src/libraries/nacl_io/mount_node_dir.cc
@@ -12,6 +12,8 @@
#include "sdk_util/auto_lock.h"
#include "sdk_util/macros.h"
+namespace nacl_io {
+
MountNodeDir::MountNodeDir(Mount* mount) : MountNode(mount), cache_(NULL) {
stat_.st_mode |= S_IFDIR;
}
@@ -143,3 +145,5 @@ void MountNodeDir::BuildCache() {
}
}
+} // namespace nacl_io
+
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount_node_dir.h ('k') | native_client_sdk/src/libraries/nacl_io/mount_node_html5fs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698