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

Unified Diff: native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.h

Issue 9956156: Add mount sources for a MountNode (inode) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.h
===================================================================
--- native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.h (revision 134714)
+++ native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.h (working copy)
@@ -6,7 +6,7 @@
#ifndef LIBRARIES_NACL_MOUNTS_MOUNT_NODE_MEM_H_
#define LIBRARIES_NACL_MOUNTS_MOUNT_NODE_MEM_H_
-#include "mount_node.h"
+#include "nacl_mounts/mount_node.h"
class MountNodeMem : public MountNode {
public:
@@ -25,7 +25,7 @@
private:
char* data_;
size_t capacity_;
- friend class Mount;
+ friend class MountMem;
};
#endif // LIBRARIES_NACL_MOUNTS_MOUNT_NODE_MEM_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698