Index: sync/syncable/entry.h |
diff --git a/sync/syncable/entry.h b/sync/syncable/entry.h |
index 67146961c8c430a9694cbfb54213677157769b91..e1c8717a2ee96c634c07db3eb11c3c12201edd96 100644 |
--- a/sync/syncable/entry.h |
+++ b/sync/syncable/entry.h |
@@ -105,6 +105,9 @@ class SYNC_EXPORT Entry { |
ModelType GetServerModelType() const; |
ModelType GetModelType() const; |
+ Id GetPredecessorId() const; |
+ Id GetSuccessorId() const; |
+ |
inline bool ExistsOnClientBecauseNameIsNonEmpty() const { |
DCHECK(kernel_); |
return !kernel_->ref(NON_UNIQUE_NAME).empty(); |