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

Unified Diff: base/word_iterator_unittest.cc

Issue 42011: Normalize end of file newlines in base/. All files end in a single newline. (Closed)
Patch Set: Revert changed to third_party. Created 11 years, 9 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 | « base/word_iterator.cc ('k') | base/worker_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
}
-
« no previous file with comments | « base/word_iterator.cc ('k') | base/worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698