Index: base/i18n/rtl.h |
diff --git a/base/i18n/rtl.h b/base/i18n/rtl.h |
index aa5f6810a9b0a8f38b9870fbc862ec8313ccfa29..c80d2f85777e6d31745057381618011fa549d45c 100644 |
--- a/base/i18n/rtl.h |
+++ b/base/i18n/rtl.h |
@@ -64,15 +64,13 @@ |
BASE_I18N_EXPORT TextDirection GetTextDirectionForLocale( |
const char* locale_name); |
-// Given the string in |text|, returns the directionality of the first or last |
+// Given the string in |text|, returns the directionality of the first |
// character with strong directionality in the string. If no character in the |
// text has strong directionality, LEFT_TO_RIGHT is returned. The Bidi |
// character types L, LRE, LRO, R, AL, RLE, and RLO are considered as strong |
// directionality characters. Please refer to http://unicode.org/reports/tr9/ |
// for more information. |
BASE_I18N_EXPORT TextDirection GetFirstStrongCharacterDirection( |
- const string16& text); |
-BASE_I18N_EXPORT TextDirection GetLastStrongCharacterDirection( |
const string16& text); |
// Given the string in |text|, returns LEFT_TO_RIGHT or RIGHT_TO_LEFT if all the |