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

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

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.h
diff --git a/native_client_sdk/src/libraries/nacl_io/mount_dev.h b/native_client_sdk/src/libraries/nacl_io/mount_dev.h
index 5d47838b62a43daaed2d3529b3550ac4edac2f0d..a862ba28151782bc08c692273d3f33ac497ed96b 100644
--- a/native_client_sdk/src/libraries/nacl_io/mount_dev.h
+++ b/native_client_sdk/src/libraries/nacl_io/mount_dev.h
@@ -8,6 +8,8 @@
#include "nacl_io/mount.h"
#include "nacl_io/typed_mount_factory.h"
+namespace nacl_io {
+
class MountNode;
class MountDev : public Mount {
@@ -31,4 +33,6 @@ class MountDev : public Mount {
DISALLOW_COPY_AND_ASSIGN(MountDev);
};
+} // namespace nacl_io
+
#endif // LIBRARIES_NACL_IO_MOUNT_DEV_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount.cc ('k') | native_client_sdk/src/libraries/nacl_io/mount_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698