Chromium Code Reviews| Index: cc/input/selection_bound_type.h |
| diff --git a/cc/input/selection_bound_type.h b/cc/input/selection_bound_type.h |
| index 5e1f9c4f2b41129b89014bfd16468b88a45277d8..878c2ecde4453d0ee607b96b36f5489cc92116e3 100644 |
| --- a/cc/input/selection_bound_type.h |
| +++ b/cc/input/selection_bound_type.h |
| @@ -7,6 +7,8 @@ |
| namespace cc { |
| +// A Java counterpart will be generated for this enum. |
| +// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.cc |
| enum SelectionBoundType { |
| SELECTION_BOUND_LEFT, |
| SELECTION_BOUND_RIGHT, |