Index: sync/syncable/entry_kernel.h |
diff --git a/sync/syncable/entry_kernel.h b/sync/syncable/entry_kernel.h |
index e8c0924b577fb52ef7326e5fb6516424e7286363..842aae424a4819f02ccadb500319f739f7e629bb 100644 |
--- a/sync/syncable/entry_kernel.h |
+++ b/sync/syncable/entry_kernel.h |
@@ -50,6 +50,7 @@ enum Int64Field { |
SERVER_VERSION = BASE_VERSION + 1, |
LOCAL_EXTERNAL_ID, // ID of an item in the external local storage that this |
// entry is associated with. (such as bookmarks.js) |
+ TRANSACTION_VERSION, |
INT64_FIELDS_END |
}; |