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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/mount_html5fs_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_html5fs_test.cc
diff --git a/native_client_sdk/src/libraries/nacl_io_test/mount_html5fs_test.cc b/native_client_sdk/src/libraries/nacl_io_test/mount_html5fs_test.cc
index a14ef0fae0d7ddcc5ab64b739face07da265bf81..f38ebb7f4ff530b8a1f3deca60e2fdaff2b7f81d 100644
--- a/native_client_sdk/src/libraries/nacl_io_test/mount_html5fs_test.cc
+++ b/native_client_sdk/src/libraries/nacl_io_test/mount_html5fs_test.cc
@@ -21,6 +21,9 @@
#include "nacl_io/osunistd.h"
#include "pepper_interface_mock.h"
+using namespace nacl_io;
+using namespace sdk_util;
+
using ::testing::_;
using ::testing::DoAll;
using ::testing::Invoke;

Powered by Google App Engine
This is Rietveld 408576698