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

Unified Diff: third_party/WebKit/Source/wtf/StringHasherTest.cpp

Issue 2386843002: reflow comments in wtf (Closed)
Patch Set: comments (heh!) 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
« no previous file with comments | « third_party/WebKit/Source/wtf/StringHasher.h ('k') | third_party/WebKit/Source/wtf/TerminatedArray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/StringHasherTest.cpp
diff --git a/third_party/WebKit/Source/wtf/StringHasherTest.cpp b/third_party/WebKit/Source/wtf/StringHasherTest.cpp
index abf958a01ae3cbb311e94557ecf1ea9d098127da..8cf8ea2e85fc8cf877188bef0ca7a27b2fc0dd54 100644
--- a/third_party/WebKit/Source/wtf/StringHasherTest.cpp
+++ b/third_party/WebKit/Source/wtf/StringHasherTest.cpp
@@ -73,7 +73,8 @@ TEST(StringHasherTest, StringHasher_addCharacter) {
EXPECT_EQ(singleNullCharacterHash & 0xFFFFFF,
hasher.hashWithTop8BitsMasked());
- // Hashing five characters, checking the intermediate state after each is added.
+ // Hashing five characters, checking the intermediate state after each is
+ // added.
hasher = StringHasher();
hasher.addCharacter(testAUChars[0]);
EXPECT_EQ(testAHash1, hasher.hash());
« no previous file with comments | « third_party/WebKit/Source/wtf/StringHasher.h ('k') | third_party/WebKit/Source/wtf/TerminatedArray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698