| Index: third_party/WebKit/public/platform/WebRTCStats.h
|
| diff --git a/third_party/WebKit/public/platform/WebRTCStats.h b/third_party/WebKit/public/platform/WebRTCStats.h
|
| index db6073cdddb29693eafe44deec0afec0d1310b87..aeecfa0916eaa064dd6b106b5e36c2a8374a52ee 100644
|
| --- a/third_party/WebKit/public/platform/WebRTCStats.h
|
| +++ b/third_party/WebKit/public/platform/WebRTCStats.h
|
| @@ -68,7 +68,8 @@ class WebRTCStatsMember {
|
| virtual WebRTCStatsMemberType type() const = 0;
|
| virtual bool isDefined() const = 0;
|
|
|
| - // Value getters. No conversion is performed; the function must match the member's |type|.
|
| + // Value getters. No conversion is performed; the function must match the
|
| + // member's |type|.
|
| virtual int32_t valueInt32() const = 0;
|
| virtual uint32_t valueUint32() const = 0;
|
| virtual int64_t valueInt64() const = 0;
|
|
|