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

Unified Diff: native_client_sdk/src/libraries/nacl_mounts/mount_node_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: sync again 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_node_mem.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.h b/native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.h
index 031293a6444e305f6490ba1fdf10736abef438cd..8d0d41608be16d76bf9a061acb6daea67894b859 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.h
+++ b/native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.h
@@ -2,7 +2,6 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-
#ifndef LIBRARIES_NACL_MOUNTS_MOUNT_NODE_MEM_H_
#define LIBRARIES_NACL_MOUNTS_MOUNT_NODE_MEM_H_
@@ -29,4 +28,3 @@ public:
};
#endif // LIBRARIES_NACL_MOUNTS_MOUNT_NODE_MEM_H_
-

Powered by Google App Engine
This is Rietveld 408576698