| Index: webrtc/p2p/base/p2ptransport.h
|
| diff --git a/webrtc/p2p/base/p2ptransport.h b/webrtc/p2p/base/p2ptransport.h
|
| index d4da224f9793d79b41ff3364d7d684050dfc93ed..87353356e21bc9ae243f779c25990f2e60b888ba 100644
|
| --- a/webrtc/p2p/base/p2ptransport.h
|
| +++ b/webrtc/p2p/base/p2ptransport.h
|
| @@ -18,7 +18,7 @@
|
|
|
| namespace cricket {
|
|
|
| -// Everything in this class should be called on the worker thread.
|
| +// Everything in this class should be called on the network thread.
|
| class P2PTransport : public Transport {
|
| public:
|
| P2PTransport(const std::string& name, PortAllocator* allocator);
|
|
|