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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/mount_node_test.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_test/mount_node_test.cc
diff --git a/native_client_sdk/src/libraries/nacl_io_test/mount_node_test.cc b/native_client_sdk/src/libraries/nacl_io_test/mount_node_test.cc
index 794bbdfbf4eafb611831cde0a21d2fbf033c6d33..9af70ba08d4bf121bec62dbd1b4c35e3f65ba685 100644
--- a/native_client_sdk/src/libraries/nacl_io_test/mount_node_test.cc
+++ b/native_client_sdk/src/libraries/nacl_io_test/mount_node_test.cc
@@ -19,6 +19,8 @@
#define NULL_NODE ((MountNode*) NULL)
+using namespace nacl_io;
+
static int s_AllocNum = 0;
class MockMemory : public MountNodeMem {

Powered by Google App Engine
This is Rietveld 408576698