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

Unified Diff: remoting/test/test_chromoting_client.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 | « remoting/signaling/xmpp_signal_strategy.cc ('k') | storage/browser/database/database_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/test_chromoting_client.h
diff --git a/remoting/test/test_chromoting_client.h b/remoting/test/test_chromoting_client.h
index 69f39670c490126acd1f43828b9956e99f774709..823fe1a7edc57c4e7f2fd6c4435341b5de9a89c5 100644
--- a/remoting/test/test_chromoting_client.h
+++ b/remoting/test/test_chromoting_client.h
@@ -99,7 +99,7 @@ class TestChromotingClient : public ClientUserInterface,
// List of observers which are notified when remote connection events occur.
// We specify true below for the 'check_empty' flag so the list will check to
// see if all observers have been unregistered when it is destroyed.
- ObserverList<RemoteConnectionObserver, true> connection_observers_;
+ base::ObserverList<RemoteConnectionObserver, true> connection_observers_;
// ConnectionToHost used by TestChromotingClient tests.
scoped_ptr<protocol::ConnectionToHost> test_connection_to_host_;
« no previous file with comments | « remoting/signaling/xmpp_signal_strategy.cc ('k') | storage/browser/database/database_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698