| Index: ppapi/thunk/ppb_websocket_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_websocket_thunk.cc b/ppapi/thunk/ppb_websocket_thunk.cc
|
| index 3e127b84e5eec10d43164162a246ce544b945443..6cbe3606bb4f5fe925801b6117f848f15e4ab348 100644
|
| --- a/ppapi/thunk/ppb_websocket_thunk.cc
|
| +++ b/ppapi/thunk/ppb_websocket_thunk.cc
|
| @@ -143,7 +143,8 @@ const PPB_WebSocket_1_0 g_ppb_websocket_1_0_thunk = {
|
|
|
| } // namespace
|
|
|
| -const PPB_WebSocket_1_0* GetPPB_WebSocket_1_0_Thunk() {
|
| +const PPB_WebSocket_1_0*
|
| +GetPPB_WebSocket_1_0_Thunk() {
|
| return &g_ppb_websocket_1_0_thunk;
|
| }
|
|
|
|
|