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

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

Issue 10829027: [NaCl SDK] Add nacl_mounts to NaCl SDK build. Experimental for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for windows Created 8 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_mounts/mount_mem.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h b/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
index 4340f111eae438b19a9ab56b223ccfa337cbf355..1e08051252193a09fd667f5df41d2f0c236951ad 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
+++ b/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
@@ -5,13 +5,11 @@
#ifndef LIBRARIES_NACL_MOUNTS_MOUNT_MEM_H_
#define LIBRARIES_NACL_MOUNTS_MOUNT_MEM_H_
-#include <stdint.h>
#include <map>
#include <string>
#include "nacl_mounts/mount.h"
-
class MountMem : public MountFactory<MountMem, Mount> {
protected:
MountMem();
@@ -52,4 +50,3 @@ private:
};
#endif // LIBRARIES_NACL_MOUNTS_MOUNT_MEM_H_
-

Powered by Google App Engine
This is Rietveld 408576698