| Index: native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc b/native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc
|
| index 3507ae9f74247a7b073dc55b79610dbd429f8bad..5349ebaec8da6ea078be35e39ec740dc00d87e21 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc
|
| @@ -15,6 +15,8 @@
|
| #include "nacl_io/mount_node_html5fs.h"
|
| #include "sdk_util/auto_lock.h"
|
|
|
| +namespace nacl_io {
|
| +
|
| namespace {
|
|
|
| #if defined(WIN32)
|
| @@ -185,3 +187,5 @@ void MountHtml5Fs::FilesystemOpenCallback(int32_t result) {
|
| pthread_cond_signal(&filesystem_open_cond_);
|
| }
|
|
|
| +} // namespace nacl_io
|
| +
|
|
|