Index: ipc/ipc_test_sink.h |
diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h |
index 0781db0700b8720dde3d7d0dbf1631f14b69e142..a802686db4f5f76998342d521720429a8f48cd73 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); |
}; |