Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/WebKit/public/platform/WebRTCStats.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698