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

Unified Diff: remoting/host/linux/audio_pipe_reader.cc

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/linux/audio_pipe_reader.h ('k') | remoting/host/register_support_host_request_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/linux/audio_pipe_reader.cc
diff --git a/remoting/host/linux/audio_pipe_reader.cc b/remoting/host/linux/audio_pipe_reader.cc
index cd293f57f00bf415bb6ccec3e94b787130cecb23..61a290da25623e206db76092076576543f29ed4f 100644
--- a/remoting/host/linux/audio_pipe_reader.cc
+++ b/remoting/host/linux/audio_pipe_reader.cc
@@ -48,7 +48,7 @@ AudioPipeReader::AudioPipeReader(
const base::FilePath& pipe_path)
: task_runner_(task_runner),
pipe_path_(pipe_path),
- observers_(new ObserverListThreadSafe<StreamObserver>()) {
+ observers_(new base::ObserverListThreadSafe<StreamObserver>()) {
}
AudioPipeReader::~AudioPipeReader() {}
« no previous file with comments | « remoting/host/linux/audio_pipe_reader.h ('k') | remoting/host/register_support_host_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698