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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_dev.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_dev.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/mount_dev.cc b/native_client_sdk/src/libraries/nacl_io/mount_dev.cc
index e180ef5fade582fa1d4093f42ec1e5e8c150a35a..34cf0759ad04aef3f75db88f69df8fff2ca1892e 100644
--- a/native_client_sdk/src/libraries/nacl_io/mount_dev.cc
+++ b/native_client_sdk/src/libraries/nacl_io/mount_dev.cc
@@ -28,6 +28,8 @@
#include <stdlib.h>
#endif
+namespace nacl_io {
+
namespace {
class RealNode : public MountNode {
@@ -413,3 +415,5 @@ Error MountDev::Init(int dev, StringMap_t& args, PepperInterface* ppapi) {
return 0;
}
+} // namespace nacl_io
+
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount_dev.h ('k') | native_client_sdk/src/libraries/nacl_io/mount_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698