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

Unified Diff: native_client_sdk/src/libraries/nacl_io/kernel_proxy.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/kernel_proxy.h
diff --git a/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h b/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
index 2bbf15bf38193d1a0a0614f6c060113707d3abfe..d3060c5cedc4818fefcc1cf3ea7b1a6702f54caf 100644
--- a/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
@@ -13,6 +13,8 @@
#include "nacl_io/ostypes.h"
#include "nacl_io/osutime.h"
+namespace nacl_io {
+
class PepperInterface;
// KernelProxy provide one-to-one mapping for libc kernel calls. Calls to the
@@ -124,4 +126,6 @@ protected:
DISALLOW_COPY_AND_ASSIGN(KernelProxy);
};
+} // namespace nacl_io
+
#endif // LIBRARIES_NACL_IO_KERNEL_PROXY_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_object.cc ('k') | native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698