| Index: remoting/client/plugin/delegating_signal_strategy.h
|
| diff --git a/remoting/client/plugin/delegating_signal_strategy.h b/remoting/client/plugin/delegating_signal_strategy.h
|
| index 12fb5958dd16fa7be61652f907a542058328416f..94a31908591da04c93041f53e3dfe2697e4f668e 100644
|
| --- a/remoting/client/plugin/delegating_signal_strategy.h
|
| +++ b/remoting/client/plugin/delegating_signal_strategy.h
|
| @@ -40,7 +40,7 @@ class DelegatingSignalStrategy : public SignalStrategy {
|
| std::string local_jid_;
|
| SendIqCallback send_iq_callback_;
|
|
|
| - ObserverList<Listener> listeners_;
|
| + base::ObserverList<Listener> listeners_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DelegatingSignalStrategy);
|
| };
|
|
|