Chromium Code Reviews| Index: ui/gfx/text_constants.h |
| diff --git a/ui/gfx/text_constants.h b/ui/gfx/text_constants.h |
| index 93450ea56070d6957379e15733ac24ab14c2d131..b09081dd8a0b51fd955f319e665a2ced94634503 100644 |
| --- a/ui/gfx/text_constants.h |
| +++ b/ui/gfx/text_constants.h |
| @@ -44,8 +44,7 @@ enum DirectionalityMode { |
| // Text styles and adornments. |
| // TODO(msw): Merge with gfx::Font::FontStyle. |
| enum TextStyle { |
| - BOLD = 0, |
| - ITALIC, |
| + ITALIC = 0, |
| STRIKE, |
| DIAGONAL_STRIKE, |
| UNDERLINE, |