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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_passthrough.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_passthrough.h
diff --git a/native_client_sdk/src/libraries/nacl_io/mount_passthrough.h b/native_client_sdk/src/libraries/nacl_io/mount_passthrough.h
index 4d441a0ba78b7c91995414be0200e8700a5571fa..869bbcec4baf2ce44a855fb2436fa809ece3815e 100644
--- a/native_client_sdk/src/libraries/nacl_io/mount_passthrough.h
+++ b/native_client_sdk/src/libraries/nacl_io/mount_passthrough.h
@@ -8,6 +8,8 @@
#include "nacl_io/mount.h"
#include "nacl_io/typed_mount_factory.h"
+namespace nacl_io {
+
class MountPassthrough : public Mount {
protected:
MountPassthrough();
@@ -29,4 +31,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(MountPassthrough);
};
+} // namespace nacl_io
+
#endif // LIBRARIES_NACL_IO_MOUNT_PASSTHROUGH_H_

Powered by Google App Engine
This is Rietveld 408576698