Chromium Code Reviews| Index: base/i18n/rtl.h |
| diff --git a/base/i18n/rtl.h b/base/i18n/rtl.h |
| index 5cae05eb5835736447e83874a220e1e97cea8fb9..c80d2f85777e6d31745057381618011fa549d45c 100644 |
| --- a/base/i18n/rtl.h |
| +++ b/base/i18n/rtl.h |
| @@ -31,6 +31,7 @@ enum TextDirection { |
| UNKNOWN_DIRECTION = 0, |
| RIGHT_TO_LEFT = 1, |
| LEFT_TO_RIGHT = 2, |
| + TEXT_DIRECTION_NUM_DIRECTIONS = 3, |
| }; |
| // Get the locale that the currently running process has been configured to use. |