| Index: ipc/ipc_test_sink.cc
|
| diff --git a/ipc/ipc_test_sink.cc b/ipc/ipc_test_sink.cc
|
| index 1f76c0484c357521cf029439a3e9898b02602a0e..53d29fc7845b283c5948efafcaa06895b0022c01 100644
|
| --- a/ipc/ipc_test_sink.cc
|
| +++ b/ipc/ipc_test_sink.cc
|
| @@ -41,7 +41,7 @@ base::ProcessId TestSink::GetSelfPID() const {
|
| }
|
|
|
| bool TestSink::OnMessageReceived(const Message& msg) {
|
| - ObserverListBase<Listener>::Iterator it(filter_list_);
|
| + ObserverListBase<Listener>::Iterator it(&filter_list_);
|
| Listener* observer;
|
| while ((observer = it.GetNext()) != NULL) {
|
| if (observer->OnMessageReceived(msg))
|
|
|