Chromium Code Reviews| Index: base/i18n/word_iterator.h |
| =================================================================== |
| --- base/i18n/word_iterator.h (revision 62784) |
| +++ base/i18n/word_iterator.h (working copy) |
| @@ -25,7 +25,7 @@ |
| // while (iter.Advance()) { |
| // if (iter.IsWord()) { |
| // // region [iter.prev(),iter.pos()) contains a word. |
| -// LOG(INFO) << "word: " << iter.GetWord(); |
| +// VLOG(1) << "word: " << iter.GetWord(); |
| // } |
| // } |