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

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
Index: native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.h
===================================================================
--- native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.h (revision 131457)
+++ native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.h (working copy)
@@ -25,7 +25,7 @@
private:
char* data_;
size_t capacity_;
- friend class Mount;
+ friend class MountMem;
};
#endif // LIBRARIES_NACL_MOUNTS_MOUNT_NODE_MEM_H_

Powered by Google App Engine
This is Rietveld 408576698