| Index: ppapi/proxy/ppp_messaging_proxy_unittest.cc
|
| diff --git a/ppapi/proxy/ppp_messaging_proxy_unittest.cc b/ppapi/proxy/ppp_messaging_proxy_unittest.cc
|
| index 25c7e55940e9f6ad5810797932cdd7ddcc6421d1..ed12e5747bfde6aad3ad72ca28b3478fab5c9bd1 100644
|
| --- a/ppapi/proxy/ppp_messaging_proxy_unittest.cc
|
| +++ b/ppapi/proxy/ppp_messaging_proxy_unittest.cc
|
| @@ -46,7 +46,7 @@ void AddRef(PP_Var /*var*/) {
|
| }
|
| void Release(PP_Var /*var*/) {
|
| }
|
| -PP_Var VarFromUtf8(PP_Module /*module*/, const char* /*data*/, uint32_t len) {
|
| +PP_Var VarFromUtf8(const char* /*data*/, uint32_t len) {
|
| return PP_MakeUndefined();
|
| }
|
| // No matter what id we're given, always provide kTestString and its length.
|
|
|