Index: sync/internal_api/public/base/model_type.h |
diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h |
index 718100f24c2852cd342bd43991433e1292bf7c98..383135b13fd731fd4255d4443a0036c02daa15ed 100644 |
--- a/sync/internal_api/public/base/model_type.h |
+++ b/sync/internal_api/public/base/model_type.h |
@@ -34,6 +34,8 @@ namespace syncer { |
// TODO(akalin): Move the non-exported functions in this file to a |
// private header. |
+// A Java counterpart will be generated for this enum. |
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.sync |
enum ModelType { |
// Object type unknown. Objects may transition through |
// the unknown state during their initial creation, before |