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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_node_dir.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_node_dir.h
diff --git a/native_client_sdk/src/libraries/nacl_io/mount_node_dir.h b/native_client_sdk/src/libraries/nacl_io/mount_node_dir.h
index dd635fe50bf82148ba61d96d843c1477ec0388fa..e418a9c12f89dc908d1013cc289ffead95d42517 100644
--- a/native_client_sdk/src/libraries/nacl_io/mount_node_dir.h
+++ b/native_client_sdk/src/libraries/nacl_io/mount_node_dir.h
@@ -10,7 +10,7 @@
#include "nacl_io/mount_node.h"
-struct dirent;
+namespace nacl_io {
class MountDev;
class MountHtml5Fs;
@@ -18,7 +18,7 @@ class MountHttp;
class MountMem;
class MountNodeDir;
-typedef ScopedRef<MountNodeDir> ScopedMountNodeDir;
+typedef sdk_util::ScopedRef<MountNodeDir> ScopedMountNodeDir;
class MountNodeDir : public MountNode {
protected:
@@ -57,4 +57,6 @@ private:
friend class MountHtml5Fs;
};
+} // namespace nacl_io
+
#endif // LIBRARIES_NACL_IO_MOUNT_NODE_DIR_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount_node.cc ('k') | native_client_sdk/src/libraries/nacl_io/mount_node_dir.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698