summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_websocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_websocket.h')
-rw-r--r--ppapi/tests/test_websocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/tests/test_websocket.h b/ppapi/tests/test_websocket.h
index 43c56cb..f63d717 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_;