| Index: ppapi/tests/test_websocket.h
|
| diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
|
| index 30476d3dd67fa522f4afe8fb595d5c8efa756fd1..27683a9af7166b951bcb261e4cc1df920d6c0381 100644
|
| --- a/ppapi/tests/test_websocket.h
|
| +++ b/ppapi/tests/test_websocket.h
|
| @@ -38,6 +38,8 @@ class TestWebSocket : public TestCase {
|
| std::string TestGetProtocol();
|
| std::string TestTextSendReceive();
|
|
|
| + std::string TestCcInterfaces();
|
| +
|
| // Used by the tests that access the C API directly.
|
| const PPB_WebSocket_Dev* websocket_interface_;
|
| const PPB_Var* var_interface_;
|
|
|