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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounterTest.cpp

Issue 2393313002: reflow comments in core/frame (Closed)
Patch Set: tweak 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/Source/core/frame/UseCounterTest.cpp
diff --git a/third_party/WebKit/Source/core/frame/UseCounterTest.cpp b/third_party/WebKit/Source/core/frame/UseCounterTest.cpp
index b019a74c67319ab4effa94cdb9ca4335e4acb25c..eb9b0df90882e972f7fd1b5521cc63e9d9b7bcbf 100644
--- a/third_party/WebKit/Source/core/frame/UseCounterTest.cpp
+++ b/third_party/WebKit/Source/core/frame/UseCounterTest.cpp
@@ -191,7 +191,8 @@ TEST(UseCounterTest, SVGImageContext) {
UseCounter useCounter(UseCounter::SVGImageContext);
HistogramTester histogramTester;
- // Verify that SVGImage related feature counters get recorded in a separate histogram.
+ // Verify that SVGImage related feature counters get recorded in a separate
+ // histogram.
EXPECT_FALSE(
useCounter.hasRecordedMeasurement(UseCounter::SVGSMILAdditiveAnimation));
useCounter.recordMeasurement(UseCounter::SVGSMILAdditiveAnimation);
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.cpp ('k') | third_party/WebKit/Source/core/frame/VisualViewport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698