| Index: ppapi/tests/test_websocket.h
|
| diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
|
| index 43c56cbb480133247f9810b58bfed384d9911244..f63d717bd6936ff89ac40d587be5b80154c5044b 100644
|
| --- a/ppapi/tests/test_websocket.h
|
| +++ b/ppapi/tests/test_websocket.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include <string>
|
|
|
| -#include "ppapi/c/dev/ppb_websocket_dev.h"
|
| #include "ppapi/c/ppb_core.h"
|
| #include "ppapi/c/ppb_var.h"
|
| #include "ppapi/c/ppb_var_array_buffer.h"
|
| +#include "ppapi/c/ppb_websocket.h"
|
| #include "ppapi/tests/test_case.h"
|
|
|
| class TestWebSocket : public TestCase {
|
| @@ -48,7 +48,7 @@ class TestWebSocket : public TestCase {
|
| std::string TestCcInterfaces();
|
|
|
| // Used by the tests that access the C API directly.
|
| - const PPB_WebSocket_Dev* websocket_interface_;
|
| + const PPB_WebSocket* websocket_interface_;
|
| const PPB_Var* var_interface_;
|
| const PPB_VarArrayBuffer* arraybuffer_interface_;
|
| const PPB_Core* core_interface_;
|
|
|