| Index: talk/app/webrtc/statscollector.h
|
| diff --git a/talk/app/webrtc/statscollector.h b/talk/app/webrtc/statscollector.h
|
| index add26c6465eee0634237d8a90caf39d175f0c52f..5e520c1adee658733df28cb92281b776e95830e5 100644
|
| --- a/talk/app/webrtc/statscollector.h
|
| +++ b/talk/app/webrtc/statscollector.h
|
| @@ -154,7 +154,7 @@ class StatsCollector {
|
| // Raw pointer to the session the statistics are gathered from.
|
| WebRtcSession* const session_;
|
| 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.
|
|
|