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

Unified Diff: base/i18n/char_iterator.h

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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
Index: base/i18n/char_iterator.h
diff --git a/base/i18n/char_iterator.h b/base/i18n/char_iterator.h
index 46928b37d0bf5ba705b1fd1d411fe08046cacb24..8174ef48f2262bab216448b02c8fb641d385522a 100644
--- a/base/i18n/char_iterator.h
+++ b/base/i18n/char_iterator.h
@@ -15,7 +15,7 @@
// UTF16 strings. Example usage:
//
// UTF8CharIterator iter(&str);
-// while (!iter.End()) {
+// while (!iter.end()) {
// VLOG(1) << iter.get();
// iter.Advance();
// }

Powered by Google App Engine
This is Rietveld 408576698