Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Unified Diff: ipc/ipc_test_sink.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/web_state/web_state_impl.h ('k') | jingle/notifier/listener/fake_push_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « ios/web/web_state/web_state_impl.h ('k') | jingle/notifier/listener/fake_push_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698