| Index: talk/app/webrtc/statscollector.h
|
| diff --git a/talk/app/webrtc/statscollector.h b/talk/app/webrtc/statscollector.h
|
| index 714f15a4012e42bc7e3c2d55dc2c2935176a2ba1..18a345d71d64e84afe64e9e4d16da21c2c6ede61 100644
|
| --- a/talk/app/webrtc/statscollector.h
|
| +++ b/talk/app/webrtc/statscollector.h
|
| @@ -156,7 +156,7 @@ class StatsCollector {
|
| // Raw pointer to the peer connection the statistics are gathered from.
|
| PeerConnection* const pc_;
|
| double stats_gathering_started_;
|
| - cricket::ProxyTransportMap proxy_to_transport_;
|
| + ProxyTransportMap proxy_to_transport_;
|
|
|
| // TODO(tommi): We appear to be holding on to raw pointers to reference
|
| // counted objects? We should be using scoped_refptr here.
|
|
|