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

Unified Diff: remoting/host/daemon_process.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/host/chromoting_host.h ('k') | remoting/host/linux/audio_pipe_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « remoting/host/chromoting_host.h ('k') | remoting/host/linux/audio_pipe_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698