Index: native_client_sdk/src/libraries/nacl_io/mount_node_html5fs.cc |
diff --git a/native_client_sdk/src/libraries/nacl_io/mount_node_html5fs.cc b/native_client_sdk/src/libraries/nacl_io/mount_node_html5fs.cc |
index 4592219b30da9ba30f0a1d807efd4d9427195025..e0f21643aba522c3803daacddd94d7a5efe27dd8 100644 |
--- a/native_client_sdk/src/libraries/nacl_io/mount_node_html5fs.cc |
+++ b/native_client_sdk/src/libraries/nacl_io/mount_node_html5fs.cc |
@@ -19,6 +19,8 @@ |
#include "nacl_io/pepper_interface.h" |
#include "sdk_util/auto_lock.h" |
+namespace nacl_io { |
+ |
namespace { |
struct OutputBuffer { |
@@ -305,3 +307,5 @@ void MountNodeHtml5Fs::Destroy() { |
MountNode::Destroy(); |
} |
+} // namespace nacl_io |
+ |