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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_node_html5fs.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_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
+

Powered by Google App Engine
This is Rietveld 408576698