| Index: webrtc/api/stats/rtcstats.h
|
| diff --git a/webrtc/api/stats/rtcstats.h b/webrtc/api/stats/rtcstats.h
|
| index 0876080b007176f9806ae237640c3e09c387aa5e..d23e928fad2d8b3c634433c989fab35ff34615e8 100644
|
| --- a/webrtc/api/stats/rtcstats.h
|
| +++ b/webrtc/api/stats/rtcstats.h
|
| @@ -71,8 +71,8 @@ class RTCStats {
|
| bool operator==(const RTCStats& other) const;
|
| bool operator!=(const RTCStats& other) const;
|
|
|
| - // Creates a human readable string representation of the report, listing all
|
| - // of its members (names and values).
|
| + // Creates a human readable string representation of the stats object, listing
|
| + // all of its members (names and values).
|
| std::string ToString() const;
|
|
|
| // Downcasts the stats object to an |RTCStats| subclass |T|. DCHECKs that the
|
|
|