summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_post_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_post_message.h')
-rw-r--r--ppapi/tests/test_post_message.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ppapi/tests/test_post_message.h b/ppapi/tests/test_post_message.h
index 1b841c8..cf347ec 100644
--- a/ppapi/tests/test_post_message.h
+++ b/ppapi/tests/test_post_message.h
@@ -10,12 +10,9 @@
#include "ppapi/tests/test_case.h"
-struct PPB_Testing_Dev;
-
class TestPostMessage : public TestCase {
public:
- explicit TestPostMessage(TestingInstance* instance)
- : TestCase(instance), testing_interface_(NULL) {}
+ explicit TestPostMessage(TestingInstance* instance) : TestCase(instance) {}
private:
// TestCase implementation.
@@ -42,8 +39,6 @@ class TestPostMessage : public TestCase {
// Test sending a message when no handler exists, make sure nothing happens.
std::string TestNoHandler();
- const PPB_Testing_Dev* testing_interface_;
-
// This is used to store pp::Var objects we receive via a call to
// HandleMessage.
std::vector<pp::Var> message_data_;