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

Unified Diff: base/i18n/char_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/file_util_win.cc ('k') | base/i18n/word_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/i18n/char_iterator.h
===================================================================
--- base/i18n/char_iterator.h (revision 62784)
+++ base/i18n/char_iterator.h (working copy)
@@ -16,7 +16,7 @@
//
// UTF8CharIterator iter(&str);
// while (!iter.End()) {
-// LOG(INFO) << iter.get();
+// VLOG(1) << iter.get();
// iter.Advance();
// }
« no previous file with comments | « base/file_util_win.cc ('k') | base/i18n/word_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698