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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount.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.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/mount.cc b/native_client_sdk/src/libraries/nacl_io/mount.cc
index d944ac96bddd38997b42ed31e393cd8ad8254d5f..f9113b915e500eda00cdf52eae232f110822d81c 100644
--- a/native_client_sdk/src/libraries/nacl_io/mount.cc
+++ b/native_client_sdk/src/libraries/nacl_io/mount.cc
@@ -20,6 +20,8 @@
#include <windows.h>
#endif
+namespace nacl_io {
+
Mount::Mount() : dev_(0) {}
Mount::~Mount() {}
@@ -60,3 +62,5 @@ void Mount::OnNodeDestroyed(MountNode* node) {
inode_pool_.Release(node->stat_.st_ino);
}
+} // namespace nacl_io
+
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount.h ('k') | native_client_sdk/src/libraries/nacl_io/mount_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698