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

Unified Diff: base/word_iterator.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.h ('k') | base/word_iterator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/word_iterator.cc
diff --git a/base/word_iterator.cc b/base/word_iterator.cc
index 7af07f5676f63594927a0a4263ee5301c6a04758..edbc4d358222054ec3f168e1bada6d3a5290fc3d 100644
--- a/base/word_iterator.cc
+++ b/base/word_iterator.cc
@@ -85,4 +85,3 @@ std::wstring WordIterator::GetWord() const {
DCHECK(prev_ != npos && pos_ != npos);
return string_.substr(prev_, pos_ - prev_);
}
-
« no previous file with comments | « base/word_iterator.h ('k') | base/word_iterator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698