| Index: native_client_sdk/src/libraries/nacl_mounts_test/pepper_interface_mock.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/pepper_interface_mock.h b/native_client_sdk/src/libraries/nacl_mounts_test/pepper_interface_mock.h
|
| index 2a8fe13fa2be5d79947e54816a0853b6a6dcef83..b30896d13697787d0c230435cb216005bc6b9cbe 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts_test/pepper_interface_mock.h
|
| +++ b/native_client_sdk/src/libraries/nacl_mounts_test/pepper_interface_mock.h
|
| @@ -76,6 +76,7 @@ class DirectoryReaderInterfaceMock : public DirectoryReaderInterface {
|
|
|
| class VarInterfaceMock : public VarInterface {
|
| public:
|
| + MOCK_METHOD2(VarFromUtf8, PP_Var(const char*, uint32_t));
|
| MOCK_METHOD2(VarToUtf8, const char*(PP_Var, uint32_t*));
|
| };
|
|
|
|
|