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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_node_http.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/mount_node_http.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/mount_node_http.cc b/native_client_sdk/src/libraries/nacl_io/mount_node_http.cc
index 7f5638f0b0aa6d0275ebea4ac01caaf031192069..988091ec5f5f09d4028edd704a1d77f65965bd2a 100644
--- a/native_client_sdk/src/libraries/nacl_io/mount_node_http.cc
+++ b/native_client_sdk/src/libraries/nacl_io/mount_node_http.cc
@@ -19,6 +19,8 @@
#define snprintf _snprintf
#endif
+namespace nacl_io {
+
namespace {
// If we're attempting to read a partial request, but the server returns a full
@@ -539,3 +541,5 @@ Error MountNodeHttp::DownloadToBuffer(PP_Resource loader,
return 0;
}
+} // namespace nacl_io
+
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount_node_http.h ('k') | native_client_sdk/src/libraries/nacl_io/mount_node_mem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698