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

Unified Diff: native_client_sdk/src/libraries/nacl_io/real_pepper_interface.cc

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.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/real_pepper_interface.cc b/native_client_sdk/src/libraries/nacl_io/real_pepper_interface.cc
index 861649d1c3073de51c31b5ebd723bde6bc581601..07855c89f4918e2f66fa341ff89a0f66cb37f323 100644
--- a/native_client_sdk/src/libraries/nacl_io/real_pepper_interface.cc
+++ b/native_client_sdk/src/libraries/nacl_io/real_pepper_interface.cc
@@ -9,6 +9,7 @@
#include <ppapi/c/pp_errors.h>
+namespace nacl_io {
#include "nacl_io/pepper/undef_macros.h"
#define BEGIN_INTERFACE(BaseClass, PPInterface, InterfaceString) \
@@ -137,3 +138,5 @@ int32_t RealPepperInterface::InitializeMessageLoop() {
return PP_OK;
}
+} // namespace nacl_io
+

Powered by Google App Engine
This is Rietveld 408576698