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