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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_mock.h

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_proxy_mock.h
diff --git a/native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_mock.h b/native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_mock.h
index defd7deb41f260aafcd47e25d72848b35cd5bb8b..fea9843c36b0b3fc035e34bf8b03e84e96cbe498 100644
--- a/native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_mock.h
+++ b/native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_mock.h
@@ -12,7 +12,7 @@
#include "nacl_io/kernel_proxy.h"
-class KernelProxyMock : public KernelProxy {
+class KernelProxyMock : public nacl_io::KernelProxy {
public:
KernelProxyMock();
virtual ~KernelProxyMock();

Powered by Google App Engine
This is Rietveld 408576698