| Index: webrtc/p2p/client/socketmonitor.h
|
| diff --git a/webrtc/p2p/client/socketmonitor.h b/webrtc/p2p/client/socketmonitor.h
|
| index eb11516002892a7ba2efdf4937cd4433f5b6c16c..00190d9d44743f9c2cdb0cac8ad0711c2ad28309 100644
|
| --- a/webrtc/p2p/client/socketmonitor.h
|
| +++ b/webrtc/p2p/client/socketmonitor.h
|
| @@ -33,7 +33,7 @@ class ConnectionMonitor : public rtc::MessageHandler,
|
| public sigslot::has_slots<> {
|
| public:
|
| ConnectionMonitor(ConnectionStatsGetter* stats_getter,
|
| - rtc::Thread* worker_thread,
|
| + rtc::Thread* network_thread,
|
| rtc::Thread* monitoring_thread);
|
| ~ConnectionMonitor();
|
|
|
| @@ -50,7 +50,7 @@ public:
|
|
|
| std::vector<ConnectionInfo> connection_infos_;
|
| ConnectionStatsGetter* stats_getter_;
|
| - rtc::Thread* worker_thread_;
|
| + rtc::Thread* network_thread_;
|
| rtc::Thread* monitoring_thread_;
|
| rtc::CriticalSection crit_;
|
| uint32_t rate_;
|
|
|