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

Unified Diff: remoting/host/register_support_host_request_unittest.cc

Issue 1152983004: Move ObserverList to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/client/plugin/delegating_signal_strategy.cc ('k') | remoting/signaling/fake_signal_strategy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/register_support_host_request_unittest.cc
diff --git a/remoting/host/register_support_host_request_unittest.cc b/remoting/host/register_support_host_request_unittest.cc
index c848bf2cc27ee8353d51a090ec20ecd9409723bb..c5bb89d4888485a62d4e9bd0cfb64cb8538f0dd1 100644
--- a/remoting/host/register_support_host_request_unittest.cc
+++ b/remoting/host/register_support_host_request_unittest.cc
@@ -150,7 +150,7 @@ TEST_F(RegisterSupportHostRequestTest, Send) {
result->AddElement(support_id_lifetime);
int consumed = 0;
- ObserverListBase<SignalStrategy::Listener>::Iterator it(
+ base::ObserverListBase<SignalStrategy::Listener>::Iterator it(
&signal_strategy_listeners_);
SignalStrategy::Listener* listener;
while ((listener = it.GetNext()) != nullptr) {
« no previous file with comments | « remoting/client/plugin/delegating_signal_strategy.cc ('k') | remoting/signaling/fake_signal_strategy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698