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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/pepper_interface_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/pepper_interface_mock.h
diff --git a/native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h b/native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h
index c11cce890df985c9818cb15960e0a18472ae1df7..fbb8283868749006e81fcf7b05d527f8b598ce74 100644
--- a/native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h
+++ b/native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h
@@ -11,7 +11,7 @@
// Mock interface class definitions.
#include "nacl_io/pepper/undef_macros.h"
#define BEGIN_INTERFACE(BaseClass, PPInterface, InterfaceString) \
- class BaseClass##Mock : public BaseClass { \
+ class BaseClass##Mock : public nacl_io::BaseClass { \
public: \
BaseClass##Mock(); \
virtual ~BaseClass##Mock();
@@ -31,7 +31,7 @@
#include "nacl_io/pepper/all_interfaces.h"
-class PepperInterfaceMock : public PepperInterface {
+class PepperInterfaceMock : public nacl_io::PepperInterface {
public:
explicit PepperInterfaceMock(PP_Instance instance);
~PepperInterfaceMock();
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io_test/path_test.cc ('k') | native_client_sdk/src/libraries/ppapi_simple/ps_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698