| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index a6b18115d819ae952974dee190099517a76b4fb4..e06a9e1ed37f597badb2bd6cb6ce052a40db2c5e 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -185,7 +185,7 @@ class ChromotingHost : public base::NonThreadSafe,
|
| SignalStrategy* signal_strategy_;
|
|
|
| // Must be used on the network thread only.
|
| - ObserverList<HostStatusObserver> status_observers_;
|
| + base::ObserverList<HostStatusObserver> status_observers_;
|
|
|
| // The connections to remote clients.
|
| ClientList clients_;
|
|
|