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

Unified Diff: native_client_sdk/src/libraries/nacl_io/real_pepper_interface.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/real_pepper_interface.h
diff --git a/native_client_sdk/src/libraries/nacl_io/real_pepper_interface.h b/native_client_sdk/src/libraries/nacl_io/real_pepper_interface.h
index 2f7fc2fbd4c37df2bc0541ba58c2b719e6071c79..56305b65206355053975747d24f563a487e45e65 100644
--- a/native_client_sdk/src/libraries/nacl_io/real_pepper_interface.h
+++ b/native_client_sdk/src/libraries/nacl_io/real_pepper_interface.h
@@ -10,6 +10,8 @@
#include <ppapi/c/ppb_message_loop.h>
#include "pepper_interface.h"
+namespace nacl_io {
+
// Forward declare interface classes.
#include "nacl_io/pepper/undef_macros.h"
#include "nacl_io/pepper/define_empty_macros.h"
@@ -52,4 +54,6 @@ class RealPepperInterface : public PepperInterface {
#include "nacl_io/pepper/all_interfaces.h"
};
+} // namespace nacl_io
+
#endif // LIBRARIES_NACL_IO_REAL_PEPPER_INTERFACE_H_

Powered by Google App Engine
This is Rietveld 408576698