Index: base/word_iterator_unittest.cc |
diff --git a/base/word_iterator_unittest.cc b/base/word_iterator_unittest.cc |
index 3d2d6a6237bb006372b2bc48413d5e53407f5b55..4f85a467c6f7e0cdff0a7f5c247197b4cb8a7fa4 100644 |
--- a/base/word_iterator_unittest.cc |
+++ b/base/word_iterator_unittest.cc |
@@ -66,4 +66,3 @@ TEST(WordIteratorTest, BreakLine) { |
EXPECT_FALSE(iter.Advance()); |
EXPECT_FALSE(iter.IsWord()); |
} |
- |