summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_fuzzing_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_fuzzing_tests.cc')
-rw-r--r--ipc/ipc_fuzzing_tests.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipc/ipc_fuzzing_tests.cc b/ipc/ipc_fuzzing_tests.cc
index aa1fa5f..32fe71c 100644
--- a/ipc/ipc_fuzzing_tests.cc
+++ b/ipc/ipc_fuzzing_tests.cc
@@ -115,15 +115,15 @@ TEST(IPCMessageIntegrity, ReadVectorTooLarge2) {
EXPECT_FALSE(ReadParam(&m, &iter, &vec));
}
-class SimpleListener : public IPC::Channel::Listener {
+class SimpleListener : public IPC::Listener {
public:
SimpleListener() : other_(NULL) {
}
- void Init(IPC::Message::Sender* s) {
+ void Init(IPC::Sender* s) {
other_ = s;
}
protected:
- IPC::Message::Sender* other_;
+ IPC::Sender* other_;
};
enum {