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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/kernel_wrap_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/kernel_wrap_test.cc
diff --git a/native_client_sdk/src/libraries/nacl_io_test/kernel_wrap_test.cc b/native_client_sdk/src/libraries/nacl_io_test/kernel_wrap_test.cc
index 53856a46dd919eab427890e15fc4426876f60421..ae7a5f81ad0c12ee050b048a0d2040d796e4ba77 100644
--- a/native_client_sdk/src/libraries/nacl_io_test/kernel_wrap_test.cc
+++ b/native_client_sdk/src/libraries/nacl_io_test/kernel_wrap_test.cc
@@ -11,6 +11,8 @@
#include "nacl_io/kernel_wrap.h"
#include "kernel_proxy_mock.h"
+using namespace nacl_io;
+
using ::testing::_;
using ::testing::Return;
using ::testing::StrEq;

Powered by Google App Engine
This is Rietveld 408576698