| Index: sync/syncable/entry.cc
|
| diff --git a/sync/syncable/entry.cc b/sync/syncable/entry.cc
|
| index 2d98c6fdff6d1101bed8422657b02cafe78e2d21..7b3d40b1700ce627e9afa870beaa125812a44ced 100644
|
| --- a/sync/syncable/entry.cc
|
| +++ b/sync/syncable/entry.cc
|
| @@ -104,6 +104,10 @@ Id Entry::GetFirstChildId() const {
|
| return dir()->GetFirstChildId(basetrans_, kernel_);
|
| }
|
|
|
| +int Entry::GetTotalNodeCount() const {
|
| + return dir()->GetTotalNodeCount(basetrans_, kernel_);
|
| +}
|
| +
|
| bool Entry::ShouldMaintainPosition() const {
|
| return kernel_->ShouldMaintainPosition();
|
| }
|
|
|