summaryrefslogtreecommitdiffstats
path: root/base/word_iterator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/word_iterator.cc')
-rw-r--r--base/word_iterator.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/word_iterator.cc b/base/word_iterator.cc
index 7af07f5..edbc4d3 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_);
}
-