| 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
|
| +
|
|
|