Chromium Code Reviews| Index: sync/syncable/entry.h |
| diff --git a/sync/syncable/entry.h b/sync/syncable/entry.h |
| index f9d3f90cc97bef33414c8d690f89b0bec246ad53..afbb5a71b926ef345ba0a44aecc0309c26fcffe2 100644 |
| --- a/sync/syncable/entry.h |
| +++ b/sync/syncable/entry.h |
| @@ -108,6 +108,7 @@ class SYNC_EXPORT Entry { |
| Id GetPredecessorId() const; |
| Id GetSuccessorId() const; |
| Id GetFirstChildId() const; |
| + int GetTotalNodeCount() const; |
| inline bool ExistsOnClientBecauseNameIsNonEmpty() const { |
| DCHECK(kernel_); |