| Index: ppapi/tests/test_websocket.h | 
| diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h | 
| index 4048458943f67ba063778badd00da29416d592e6..3e8da51f848b72fa091a2044bb76de29e3ac418f 100644 | 
| --- a/ppapi/tests/test_websocket.h | 
| +++ b/ppapi/tests/test_websocket.h | 
| @@ -41,6 +41,15 @@ class TestWebSocket : public TestCase { | 
|  | 
| std::string TestCcInterfaces(); | 
|  | 
| +  std::string TestHelperInvalidConnect(); | 
| +  std::string TestHelperProtocols(); | 
| +  std::string TestHelperGetURL(); | 
| +  std::string TestHelperValidConnect(); | 
| +  std::string TestHelperInvalidClose(); | 
| +  std::string TestHelperValidClose(); | 
| +  std::string TestHelperGetProtocol(); | 
| +  std::string TestHelperTextSendReceive(); | 
| + | 
| // Used by the tests that access the C API directly. | 
| const PPB_WebSocket_Dev* websocket_interface_; | 
| const PPB_Var* var_interface_; | 
|  |