Index: views/view_text_utils.cc |
diff --git a/views/view_text_utils.cc b/views/view_text_utils.cc |
index 025ecddf61d1ff2fab138d4b1c41a466394e5aa9..d37498ae92136846a564a691497c72e37bfae183 100644 |
--- a/views/view_text_utils.cc |
+++ b/views/view_text_utils.cc |
@@ -98,7 +98,7 @@ void DrawTextStartingFrom(gfx::Canvas* canvas, |
// Iterate through line breaking opportunities (which in English would be |
// spaces and such). This tells us where to wrap. |
string16 text16(WideToUTF16(text)); |
- base::i18n::BreakIterator iter(&text16, |
+ base::i18n::BreakIterator iter(text16, |
base::i18n::BreakIterator::BREAK_SPACE); |
if (!iter.Init()) |
return; |