Chromium Code Reviews| 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_); |
| } |
| - |