| Index: base/i18n/bidi_line_iterator.h
|
| diff --git a/base/i18n/bidi_line_iterator.h b/base/i18n/bidi_line_iterator.h
|
| index d5a2a077d7fb4b2554b63b55bf81058bd1168d6b..07d9aa261ea27ac6824a6c60c96e7005dcf03478 100644
|
| --- a/base/i18n/bidi_line_iterator.h
|
| +++ b/base/i18n/bidi_line_iterator.h
|
| @@ -23,7 +23,7 @@ class BASE_I18N_EXPORT BiDiLineIterator {
|
|
|
| // Initializes the bidirectional iterator with the specified text. Returns
|
| // whether initialization succeeded.
|
| - bool Open(const string16& text, bool right_to_left, bool url);
|
| + bool Open(const string16& text, bool right_to_left);
|
|
|
| // Returns the number of visual runs in the text, or zero on error.
|
| int CountRuns();
|
|
|