diff options
Diffstat (limited to 'ipc/ipc_test_sink.h')
-rw-r--r-- | ipc/ipc_test_sink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h index 0781db0..a802686 100644 --- a/ipc/ipc_test_sink.h +++ b/ipc/ipc_test_sink.h @@ -128,7 +128,7 @@ class TestSink : public Channel { private: // The actual list of received messages. std::vector<Message> messages_; - ObserverList<Listener> filter_list_; + base::ObserverList<Listener> filter_list_; DISALLOW_COPY_AND_ASSIGN(TestSink); }; |