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

Unified Diff: base/i18n/word_iterator.h

Issue 3845002: Convert LOG(INFO) to VLOG(1) - base/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 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/i18n/char_iterator.h ('k') | base/message_loop_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
// }
// }
« no previous file with comments | « base/i18n/char_iterator.h ('k') | base/message_loop_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698