| Index: remoting/host/daemon_process.h
|
| diff --git a/remoting/host/daemon_process.h b/remoting/host/daemon_process.h
|
| index 0a7b900257cc1f7feee5ba3803e2bb4ea03fb6d7..08bf0fd1fb6e85c565da8a10653b1a97d06c7da0 100644
|
| --- a/remoting/host/daemon_process.h
|
| +++ b/remoting/host/daemon_process.h
|
| @@ -175,7 +175,7 @@ class DaemonProcess
|
| int next_terminal_id_;
|
|
|
| // Keeps track of observers receiving host status notifications.
|
| - ObserverList<HostStatusObserver> status_observers_;
|
| + base::ObserverList<HostStatusObserver> status_observers_;
|
|
|
| // Invoked to ask the owner to delete |this|.
|
| base::Closure stopped_callback_;
|
|
|